#309ABD

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

Shades of Pelorous #309ABD

Tints of Pelorous #309ABD

Color information

#309ABD (or 0x309ABD) is unknown color: approx Pelorous. HEX triplet: 30, 9A and BD. RGB value is (48,154,189). Sum of RGB (Red+Green+Blue) = 48+154+189=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #309ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ABD is #CF6542. Grayscale: #7E7E7E. Windows color (decimal): -13591875 or 12425776. OLE color: 12425776.

HSL color Cylindrical-coordinate representation of color #309ABD: hue angle of 194.89º 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 #309ABD is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB48154189-
CMYK0.750.1900.26
HSL194.89º59.49%46.47%-
HSV(B)194.89º74.6%74.12%-
XYZ21.9627.4152.28-
YUV126.3163.3872.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.28%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=12.28%
G=39.39%
B=48.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481541890.750.1900.26194.8959.4946.47
Hex309ABD4B1301Ac33b2e
Octal60232275113230323037356
Binary110000100110101011110110010111001101101011000011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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