Html Css Color HEX #39829B Hippie Blue

📋 copy color: '#39829B'

red 57 ◦ green 130 ◦ blue 155

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

Shades of Hippie Blue #39829B

Tints of Hippie Blue #39829B

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 value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39829B (or 0x39829B) is known color: 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

RGB 57 130 155 -
CMYK 0.63 0.16 0 0.39
HSL 195.31º 0.46% 0.42% -
HSV(B) 195.31º 0.63% 0.61% -
XYZ 15.59 19.2 33.9 -
YUV 111.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 57 130 155 0.63 0.16 0 0.39 195.31 0.46 0.42
Hex 39 82 9B 3F 10 0 27 C3 2E 2A
Octal 71 202 233 77 20 0 47 303 56 52
Binary 111001 10000010 10011011 111111 10000 0 100111 11000011 101110 101010

Color Harmonies of #39829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39829B

Black with #39829B

Text Example


Text Example

White with #39829B

Text Example


Text Example

HTML Codes & Css Web 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>