#309EB9

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

Shades of Pelorous #309EB9

Tints of Pelorous #309EB9

Color information

#309EB9 (or 0x309EB9) is unknown color: approx Pelorous. HEX triplet: 30, 9E and B9. RGB value is (48,158,185). Sum of RGB (Red+Green+Blue) = 48+158+185=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #309EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309EB9 is #CF6146. Grayscale: #7F7F7F. Windows color (decimal): -13590855 or 12164656. OLE color: 12164656.

HSL color Cylindrical-coordinate representation of color #309EB9: hue angle of 191.82º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309EB9 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48158185-
CMYK0.740.1500.27
HSL191.82º58.8%45.69%-
HSV(B)191.82º74.05%72.55%-
XYZ22.228.5850.25-
YUV128.19160.0670.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.28%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=12.28%
G=40.41%
B=47.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481581850.740.1500.27191.8258.845.69
Hex309EB94AF01Bc03b2e
Octal60236271112170333007356
Binary11000010011110101110011001010111101101111000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309EB9; }

 p { color: rgb(48,158,185); }

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

<style>
 a { background-color: #309EB9; }

 a { background-color: rgb(48,158,185); }

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

<style>
 span { border-color: #309EB9; }

 span { border-color: rgb(48,158,185); }

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