Html Css Color HEX #397791 Calypso

📋 copy color: '#397791'

red 57 ◦ green 119 ◦ blue 145

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

Shades of Calypso #397791

Tints of Calypso #397791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 17.76%
G = 37.07%
B = 45.17%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#397791 (or 0x397791) is known color: Calypso. HEX triplet: 39, 77 and 91. RGB value is (57,119,145). Sum of RGB (Red+Green+Blue) = 57+119+145=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #397791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397791 is #C6886E. Grayscale: #676767. Windows color (decimal): -13011055 or 9533241. OLE color: 9533241.

HSL color Cylindrical-coordinate representation of color #397791: hue angle of 197.73º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397791 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 119 145 -
CMYK 0.61 0.18 0 0.43
HSL 197.73º 0.44% 0.4% -
HSV(B) 197.73º 0.61% 0.57% -
XYZ 13.4 16.11 29.19 -
YUV 103.43 151.46 94.89 -
System Red Green Blue C M Y K H S L
Decimal 57 119 145 0.61 0.18 0 0.43 197.73 0.44 0.4
Hex 39 77 91 3D 12 0 2B C6 2C 28
Octal 71 167 221 75 22 0 53 306 54 50
Binary 111001 1110111 10010001 111101 10010 0 101011 11000110 101100 101000

Color Harmonies of #397791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397791

Black with #397791

Text Example


Text Example

White with #397791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397791; }

 p { color: rgb(57,119,145); }

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

background-color css

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

 a { background-color: rgb(57,119,145); }

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

border-color css

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

 span { border-color: rgb(57,119,145); }

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