#309AAB

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

Shades of Pelorous #309AAB

Tints of Pelorous #309AAB

Color information

#309AAB (or 0x309AAB) is unknown color: approx Pelorous. HEX triplet: 30, 9A and AB. RGB value is (48,154,171). Sum of RGB (Red+Green+Blue) = 48+154+171=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #309AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309AAB is #CF6554. Grayscale: #7C7C7C. Windows color (decimal): -13591893 or 11246128. OLE color: 11246128.

HSL color Cylindrical-coordinate representation of color #309AAB: hue angle of 188.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #309AAB is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48154171-
CMYK0.720.1000.33
HSL188.29º56.16%42.94%-
HSV(B)188.29º71.93%67.06%-
XYZ20.1326.6842.62-
YUV124.24154.3873.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.87%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=12.87%
G=41.29%
B=45.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481541710.720.1000.33188.2956.1642.94
Hex309AAB48A021bc382b
Octal60232253110120412747053
Binary110000100110101010101110010001010010000110111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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