#39809D

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

Shades of Hippie Blue #39809D

Tints of Hippie Blue #39809D

Color information

#39809D (or 0x39809D) is unknown color: approx Hippie Blue. HEX triplet: 39, 80 and 9D. RGB value is (57,128,157). Sum of RGB (Red+Green+Blue) = 57+128+157=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #39809D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39809D is #C67F62. Grayscale: #6D6D6D. Windows color (decimal): -13008739 or 10321977. OLE color: 10321977.

HSL color Cylindrical-coordinate representation of color #39809D: hue angle of 197.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39809D is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57128157-
CMYK0.640.1800.38
HSL197.4º46.73%41.96%-
HSV(B)197.4º63.69%61.57%-
XYZ15.4918.7434.7-
YUV110.08154.4890.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.67%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=16.67%
G=37.43%
B=45.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571281570.640.1800.38197.446.7341.96
Hex39809D4012026c52f2a
Octal71200235100220463055752
Binary1110011000000010011101100000010010010011011000101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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