#309CB9

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

Shades of Pelorous #309CB9

Tints of Pelorous #309CB9

Color information

#309CB9 (or 0x309CB9) is unknown color: approx Pelorous. HEX triplet: 30, 9C and B9. RGB value is (48,156,185). Sum of RGB (Red+Green+Blue) = 48+156+185=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #309CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CB9 is #CF6346. Grayscale: #7E7E7E. Windows color (decimal): -13591367 or 12164144. OLE color: 12164144.

HSL color Cylindrical-coordinate representation of color #309CB9: hue angle of 192.7º 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 #309CB9 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48156185-
CMYK0.740.1600.27
HSL192.7º58.8%45.69%-
HSV(B)192.7º74.05%72.55%-
XYZ21.8627.9150.13-
YUV127.01160.7271.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.34%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 185 (72.66% from 255) = 47.56%
R=12.34%
G=40.10%
B=47.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481561850.740.1600.27192.758.845.69
Hex309CB94A1001Bc13b2e
Octal60234271112200333017356
Binary110000100111001011100110010101000001101111000001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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