#309CBD

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

Shades of Pelorous #309CBD

Tints of Pelorous #309CBD

Color information

#309CBD (or 0x309CBD) is unknown color: approx Pelorous. HEX triplet: 30, 9C and BD. RGB value is (48,156,189). Sum of RGB (Red+Green+Blue) = 48+156+189=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #309CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CBD is #CF6342. Grayscale: #7F7F7F. Windows color (decimal): -13591363 or 12426288. OLE color: 12426288.

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

Color convert

RGB48156189-
CMYK0.750.1700.26
HSL194.04º59.49%46.47%-
HSV(B)194.04º74.6%74.12%-
XYZ22.2928.0852.39-
YUV127.47162.7271.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.21%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=12.21%
G=39.69%
B=48.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481561890.750.1700.26194.0459.4946.47
Hex309CBD4B1101Ac23b2e
Octal60234275113210323027356
Binary110000100111001011110110010111000101101011000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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