#309CAB

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

Shades of Pelorous #309CAB

Tints of Pelorous #309CAB

Color information

#309CAB (or 0x309CAB) is unknown color: approx Pelorous. HEX triplet: 30, 9C and AB. RGB value is (48,156,171). Sum of RGB (Red+Green+Blue) = 48+156+171=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #309CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309CAB is #CF6354. Grayscale: #7D7D7D. Windows color (decimal): -13591381 or 11246640. OLE color: 11246640.

HSL color Cylindrical-coordinate representation of color #309CAB: hue angle of 187.32º 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 #309CAB is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48156171-
CMYK0.720.0900.33
HSL187.32º56.16%42.94%-
HSV(B)187.32º71.93%67.06%-
XYZ20.4627.3542.73-
YUV125.42153.7272.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.8%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=12.8%
G=41.6%
B=45.6%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481561710.720.0900.33187.3256.1642.94
Hex309CAB489021bb382b
Octal60234253110110412737053
Binary110000100111001010101110010001001010000110111011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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