#39809C

Color #39809C Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #39809C

Tints of Hippie Blue #39809C

Color information

#39809C (or 0x39809C) is unknown color: approx Hippie Blue. HEX triplet: 39, 80 and 9C. RGB value is (57,128,156). Sum of RGB (Red+Green+Blue) = 57+128+156=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #39809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39809C is #C67F63. Grayscale: #6D6D6D. Windows color (decimal): -13008740 or 10256441. OLE color: 10256441.

HSL color Cylindrical-coordinate representation of color #39809C: hue angle of 196.97º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39809C is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57128156-
CMYK0.630.1800.39
HSL196.97º46.48%41.76%-
HSV(B)196.97º63.46%61.18%-
XYZ15.4118.7134.25-
YUV109.96153.9890.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.72%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=16.72%
G=37.54%
B=45.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571281560.630.1800.39196.9746.4841.76
Hex39809C3F12027c52e2a
Octal7120023477220473055652
Binary111001100000001001110011111110010010011111000101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39809C; }

 p { color: rgb(57,128,156); }

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

<style>
 a { background-color: #39809C; }

 a { background-color: rgb(57,128,156); }

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

<style>
 span { border-color: #39809C; }

 span { border-color: rgb(57,128,156); }

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