Html Css Color HEX #397084 Calypso

📋 copy color: '#397084'

red 57 ◦ green 112 ◦ blue 132

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

Shades of Calypso #397084

Tints of Calypso #397084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 18.94%
G = 37.21%
B = 43.85%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#397084 (or 0x397084) is known color: Calypso. HEX triplet: 39, 70 and 84. RGB value is (57,112,132). Sum of RGB (Red+Green+Blue) = 57+112+132=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #397084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397084 is #C68F7B. Grayscale: #616161. Windows color (decimal): -13012860 or 8679481. OLE color: 8679481.

HSL color Cylindrical-coordinate representation of color #397084: hue angle of 196º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397084 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 112 132 -
CMYK 0.57 0.15 0 0.48
HSL 196º 0.4% 0.37% -
HSV(B) 196º 0.57% 0.52% -
XYZ 11.65 14.12 23.94 -
YUV 97.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 57 112 132 0.57 0.15 0 0.48 196 0.4 0.37
Hex 39 70 84 39 F 0 30 C4 28 25
Octal 71 160 204 71 17 0 60 304 50 45
Binary 111001 1110000 10000100 111001 1111 0 110000 11000100 101000 100101

Color Harmonies of #397084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397084

Black with #397084

Text Example


Text Example

White with #397084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397084; }

 p { color: rgb(57,112,132); }

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

background-color css

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

 a { background-color: rgb(57,112,132); }

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

border-color css

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

 span { border-color: rgb(57,112,132); }

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