#309FAE

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

Shades of Pelorous #309FAE

Tints of Pelorous #309FAE

Color information

#309FAE (or 0x309FAE) is unknown color: approx Pelorous. HEX triplet: 30, 9F and AE. RGB value is (48,159,174). Sum of RGB (Red+Green+Blue) = 48+159+174=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #309FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309FAE is #CF6051. Grayscale: #7F7F7F. Windows color (decimal): -13590610 or 11444016. OLE color: 11444016.

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

Color convert

RGB48159174-
CMYK0.720.0900.32
HSL187.14º56.76%43.53%-
HSV(B)187.14º72.41%68.24%-
XYZ21.2628.4844.42-
YUV127.52154.2371.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.60%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=12.60%
G=41.73%
B=45.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481591740.720.0900.32187.1456.7643.53
Hex309FAE489020bb392c
Octal60237256110110402737154
Binary110000100111111010111010010001001010000010111011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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