#399EAE

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

Shades of Pelorous #399EAE

Tints of Pelorous #399EAE

Color information

#399EAE (or 0x399EAE) is unknown color: approx Pelorous. HEX triplet: 39, 9E and AE. RGB value is (57,158,174). Sum of RGB (Red+Green+Blue) = 57+158+174=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #399EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399EAE is #C66151. Grayscale: #818181. Windows color (decimal): -13001042 or 11443769. OLE color: 11443769.

HSL color Cylindrical-coordinate representation of color #399EAE: hue angle of 188.21º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399EAE is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB57158174-
CMYK0.670.0900.32
HSL188.21º50.65%45.29%-
HSV(B)188.21º67.24%68.24%-
XYZ21.5528.3844.39-
YUV129.62153.0476.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.65%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=14.65%
G=40.62%
B=44.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571581740.670.0900.32188.2150.6545.29
Hex399EAE439020bc332d
Octal71236256103110402746355
Binary111001100111101010111010000111001010000010111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399EAE; }

 p { color: rgb(57,158,174); }

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

<style>
 a { background-color: #399EAE; }

 a { background-color: rgb(57,158,174); }

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

<style>
 span { border-color: #399EAE; }

 span { border-color: rgb(57,158,174); }

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