Html Css Color HEX #398397 Hippie Blue

📋 copy color: '#398397'

red 57 ◦ green 131 ◦ blue 151

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

Shades of Hippie Blue #398397

Tints of Hippie Blue #398397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 151 (59.38% from 255) = 44.54%

R = 16.81%
G = 38.64%
B = 44.54%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#398397 (or 0x398397) is known color: Hippie Blue. HEX triplet: 39, 83 and 97. RGB value is (57,131,151). Sum of RGB (Red+Green+Blue) = 57+131+151=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #398397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398397 is #C67C68. Grayscale: #6E6E6E. Windows color (decimal): -13007977 or 9929529. OLE color: 9929529.

HSL color Cylindrical-coordinate representation of color #398397: hue angle of 192.77º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398397 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 131 151 -
CMYK 0.62 0.13 0 0.41
HSL 192.77º 0.45% 0.41% -
HSV(B) 192.77º 0.62% 0.59% -
XYZ 15.39 19.34 32.2 -
YUV 111.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 57 131 151 0.62 0.13 0 0.41 192.77 0.45 0.41
Hex 39 83 97 3E D 0 29 C1 2D 29
Octal 71 203 227 76 15 0 51 301 55 51
Binary 111001 10000011 10010111 111110 1101 0 101001 11000001 101101 101001

Color Harmonies of #398397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398397

Black with #398397

Text Example


Text Example

White with #398397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398397; }

 p { color: rgb(57,131,151); }

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

background-color css

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

 a { background-color: rgb(57,131,151); }

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

border-color css

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

 span { border-color: rgb(57,131,151); }

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