Html Css Color HEX #397287 Calypso

📋 copy color: '#397287'

red 57 ◦ green 114 ◦ blue 135

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

Shades of Calypso #397287

Tints of Calypso #397287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

 BLUE value IS 135 (53.13% from 255) = 44.12%

R = 18.63%
G = 37.25%
B = 44.12%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#397287 (or 0x397287) is known color: Calypso. HEX triplet: 39, 72 and 87. RGB value is (57,114,135). Sum of RGB (Red+Green+Blue) = 57+114+135=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #397287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397287 is #C68D78. Grayscale: #636363. Windows color (decimal): -13012345 or 8876601. OLE color: 8876601.

HSL color Cylindrical-coordinate representation of color #397287: hue angle of 196.15º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397287 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 114 135 -
CMYK 0.58 0.16 0 0.47
HSL 196.15º 0.41% 0.38% -
HSV(B) 196.15º 0.58% 0.53% -
XYZ 12.08 14.65 25.11 -
YUV 99.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 57 114 135 0.58 0.16 0 0.47 196.15 0.41 0.38
Hex 39 72 87 3A 10 0 2F C4 29 26
Octal 71 162 207 72 20 0 57 304 51 46
Binary 111001 1110010 10000111 111010 10000 0 101111 11000100 101001 100110

Color Harmonies of #397287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397287

Black with #397287

Text Example


Text Example

White with #397287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397287; }

 p { color: rgb(57,114,135); }

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

background-color css

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

 a { background-color: rgb(57,114,135); }

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

border-color css

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

 span { border-color: rgb(57,114,135); }

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