#39829B

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

Shades of Hippie Blue #39829B

Tints of Hippie Blue #39829B

Color information

#39829B (or 0x39829B) is unknown color: approx Hippie Blue. HEX triplet: 39, 82 and 9B. RGB value is (57,130,155). Sum of RGB (Red+Green+Blue) = 57+130+155=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #39829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39829B is #C67D64. Grayscale: #6E6E6E. Windows color (decimal): -13008229 or 10191417. OLE color: 10191417.

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

Color convert

RGB57130155-
CMYK0.630.1600.39
HSL195.31º46.23%41.57%-
HSV(B)195.31º63.23%60.78%-
XYZ15.5919.233.9-
YUV111.02152.8289.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.67%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=16.67%
G=38.01%
B=45.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571301550.630.1600.39195.3146.2341.57
Hex39829B3F10027c32e2a
Octal7120223377200473035652
Binary111001100000101001101111111110000010011111000011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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