Html Css Color HEX #39829C Hippie Blue

📋 copy color: '#39829C'

red 57 ◦ green 130 ◦ blue 156

#39829C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #39829C

Tints of Hippie Blue #39829C

RGB

 RED value IS 57 (22.66% from 255) = 16.62%

 GREEN value IS 130 (51.17% from 255) = 37.9%

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 16.62%
G = 37.9%
B = 45.48%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39829C (or 0x39829C) is known color: Hippie Blue. HEX triplet: 39, 82 and 9C. RGB value is (57,130,156). Sum of RGB (Red+Green+Blue) = 57+130+156=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #39829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39829C is #C67D63. Grayscale: #6E6E6E. Windows color (decimal): -13008228 or 10256953. OLE color: 10256953.

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

Color convert

RGB 57 130 156 -
CMYK 0.63 0.17 0 0.39
HSL 195.76º 0.46% 0.42% -
HSV(B) 195.76º 0.63% 0.61% -
XYZ 15.67 19.24 34.34 -
YUV 111.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 57 130 156 0.63 0.17 0 0.39 195.76 0.46 0.42
Hex 39 82 9C 3F 11 0 27 C4 2E 2A
Octal 71 202 234 77 21 0 47 304 56 52
Binary 111001 10000010 10011100 111111 10001 0 100111 11000100 101110 101010

Color Harmonies of #39829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39829C

Black with #39829C

Text Example


Text Example

White with #39829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39829C;
 }
 .AnyTagClassName
 {
   color: #39829C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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