#309DAE

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

Shades of Pelorous #309DAE

Tints of Pelorous #309DAE

Color information

#309DAE (or 0x309DAE) is unknown color: approx Pelorous. HEX triplet: 30, 9D and AE. RGB value is (48,157,174). Sum of RGB (Red+Green+Blue) = 48+157+174=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #309DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309DAE is #CF6251. Grayscale: #7E7E7E. Windows color (decimal): -13591122 or 11443504. OLE color: 11443504.

HSL color Cylindrical-coordinate representation of color #309DAE: hue angle of 188.1º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #309DAE is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48157174-
CMYK0.720.1000.32
HSL188.1º56.76%43.53%-
HSV(B)188.1º72.41%68.24%-
XYZ20.9227.844.31-
YUV126.35154.8972.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=12.66%
G=41.42%
B=45.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481571740.720.1000.32188.156.7643.53
Hex309DAE48A020bc392c
Octal60235256110120402747154
Binary110000100111011010111010010001010010000010111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,157,174); }

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

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

 a { background-color: rgb(48,157,174); }

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

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

 span { border-color: rgb(48,157,174); }

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