Html Css Color HEX #397387 Calypso

📋 copy color: '#397387'

red 57 ◦ green 115 ◦ blue 135

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

Shades of Calypso #397387

Tints of Calypso #397387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

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

R = 18.57%
G = 37.46%
B = 43.97%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#397387 (or 0x397387) is known color: Calypso. HEX triplet: 39, 73 and 87. RGB value is (57,115,135). Sum of RGB (Red+Green+Blue) = 57+115+135=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #397387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397387 is #C68C78. Grayscale: #636363. Windows color (decimal): -13012089 or 8876857. OLE color: 8876857.

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

Color convert

RGB 57 115 135 -
CMYK 0.58 0.15 0 0.47
HSL 195.38º 0.41% 0.38% -
HSV(B) 195.38º 0.58% 0.53% -
XYZ 12.19 14.88 25.15 -
YUV 99.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 57 115 135 0.58 0.15 0 0.47 195.38 0.41 0.38
Hex 39 73 87 3A F 0 2F C3 29 26
Octal 71 163 207 72 17 0 57 303 51 46
Binary 111001 1110011 10000111 111010 1111 0 101111 11000011 101001 100110

Color Harmonies of #397387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397387

Black with #397387

Text Example


Text Example

White with #397387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397387; }

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

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

background-color css

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

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

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

border-color css

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

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

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