#3098b1

Color #3098B1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #3098B1

Tints of Pelorous #3098B1

Color information

#3098B1 (or 0x3098B1) is unknown color: approx Pelorous. HEX triplet: 30, 98 and B1. RGB value is (48,152,177). Sum of RGB (Red+Green+Blue) = 48+152+177=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #3098B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3098B1 is #CF674E. Grayscale: #7B7B7B. Windows color (decimal): -13592399 or 11638832. OLE color: 11638832.

HSL color Cylindrical-coordinate representation of color #3098B1: hue angle of 191.63º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3098B1 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48152177-
CMYK0.730.1400.31
HSL191.63º57.33%44.12%-
HSV(B)191.63º72.88%69.41%-
XYZ20.3826.2645.59-
YUV123.75158.0473.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 12.73%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=12.73%
G=40.32%
B=46.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481521770.730.1400.31191.6357.3344.12
Hex3098B149E01Fc0392c
Octal60230261111160373007154
Binary11000010011000101100011001001111001111111000000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3098b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3098b1; }

 p { color: rgb(48,152,177); }

 H1.HeaderClassName
 {
   color: #3098b1;
 }
 .AnyTagClassName
 {
   color: #3098b1;
 }
</style>
background-color css

<style>
 a { background-color: #3098b1; }

 a { background-color: rgb(48,152,177); }

 div.DivClassName
 {
   background-color: #3098b1;
 }
 .BgClassName
 {
   background-color: #3098b1;
 }
</style>
border-color css

<style>
 span { border-color: #3098b1; }

 span { border-color: rgb(48,152,177); }

 td.TdClassName
 {
   border-color: #3098b1;
 }
 .TagClassName
 {
   border-color: #3098b1;
 }
</style>