#39819B

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

Shades of Hippie Blue #39819B

Tints of Hippie Blue #39819B

Color information

#39819B (or 0x39819B) is unknown color: approx Hippie Blue. HEX triplet: 39, 81 and 9B. RGB value is (57,129,155). Sum of RGB (Red+Green+Blue) = 57+129+155=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #39819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39819B is #C67E64. Grayscale: #6E6E6E. Windows color (decimal): -13008485 or 10191161. OLE color: 10191161.

HSL color Cylindrical-coordinate representation of color #39819B: hue angle of 195.92º 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 #39819B is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57129155-
CMYK0.630.1700.39
HSL195.92º46.23%41.57%-
HSV(B)195.92º63.23%60.78%-
XYZ15.4518.9433.85-
YUV110.44153.1589.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.72%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=16.72%
G=37.83%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571291550.630.1700.39195.9246.2341.57
Hex39819B3F11027c42e2a
Octal7120123377210473045652
Binary111001100000011001101111111110001010011111000100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39819B; }

 p { color: rgb(57,129,155); }

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

<style>
 a { background-color: #39819B; }

 a { background-color: rgb(57,129,155); }

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

<style>
 span { border-color: #39819B; }

 span { border-color: rgb(57,129,155); }

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