Html Css Color HEX #397288 Calypso

📋 copy color: '#397288'

red 57 ◦ green 114 ◦ blue 136

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

Shades of Calypso #397288

Tints of Calypso #397288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 18.57%
G = 37.13%
B = 44.3%

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

#397288 (or 0x397288) is known color: Calypso. HEX triplet: 39, 72 and 88. RGB value is (57,114,136). Sum of RGB (Red+Green+Blue) = 57+114+136=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #397288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397288 is #C68D77. Grayscale: #636363. Windows color (decimal): -13012344 or 8942137. OLE color: 8942137.

HSL color Cylindrical-coordinate representation of color #397288: hue angle of 196.71º 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 #397288 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 114 136 -
CMYK 0.58 0.16 0 0.47
HSL 196.71º 0.41% 0.38% -
HSV(B) 196.71º 0.58% 0.53% -
XYZ 12.15 14.68 25.49 -
YUV 99.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 57 114 136 0.58 0.16 0 0.47 196.71 0.41 0.38
Hex 39 72 88 3A 10 0 2F C5 29 26
Octal 71 162 210 72 20 0 57 305 51 46
Binary 111001 1110010 10001000 111010 10000 0 101111 11000101 101001 100110

Color Harmonies of #397288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397288

Black with #397288

Text Example


Text Example

White with #397288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397288; }

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

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

background-color css

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

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

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

border-color css

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

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

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