Html Css Color HEX #397FA0 Hippie Blue

📋 copy color: '#397FA0'

red 57 ◦ green 127 ◦ blue 160

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

Shades of Hippie Blue #397FA0

Tints of Hippie Blue #397FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 36.92%

 BLUE value IS 160 (62.89% from 255) = 46.51%

R = 16.57%
G = 36.92%
B = 46.51%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#397FA0 (or 0x397FA0) is known color: Hippie Blue. HEX triplet: 39, 7F and A0. RGB value is (57,127,160). Sum of RGB (Red+Green+Blue) = 57+127+160=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #397FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397FA0 is #C6805F. Grayscale: #6D6D6D. Windows color (decimal): -13008992 or 10518329. OLE color: 10518329.

HSL color Cylindrical-coordinate representation of color #397FA0: hue angle of 199.22º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #397FA0 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 57 127 160 -
CMYK 0.64 0.21 0 0.37
HSL 199.22º 0.47% 0.43% -
HSV(B) 199.22º 0.64% 0.63% -
XYZ 15.62 18.59 36.02 -
YUV 109.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 57 127 160 0.64 0.21 0 0.37 199.22 0.47 0.43
Hex 39 7F A0 40 15 0 25 C7 2F 2B
Octal 71 177 240 100 25 0 45 307 57 53
Binary 111001 1111111 10100000 1000000 10101 0 100101 11000111 101111 101011

Color Harmonies of #397FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FA0

Black with #397FA0

Text Example


Text Example

White with #397FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397FA0; }

 p { color: rgb(57,127,160); }

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

background-color css

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

 a { background-color: rgb(57,127,160); }

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

border-color css

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

 span { border-color: rgb(57,127,160); }

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