Html Css Color HEX #397388 Calypso

📋 copy color: '#397388'

red 57 ◦ green 115 ◦ blue 136

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

Shades of Calypso #397388

Tints of Calypso #397388

RGB

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

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

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

R = 18.51%
G = 37.34%
B = 44.16%

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

#397388 (or 0x397388) is known color: Calypso. HEX triplet: 39, 73 and 88. RGB value is (57,115,136). Sum of RGB (Red+Green+Blue) = 57+115+136=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #397388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397388 is #C68C77. Grayscale: #636363. Windows color (decimal): -13012088 or 8942393. OLE color: 8942393.

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

Color convert

RGB 57 115 136 -
CMYK 0.58 0.15 0 0.47
HSL 195.95º 0.41% 0.38% -
HSV(B) 195.95º 0.58% 0.53% -
XYZ 12.26 14.91 25.52 -
YUV 100.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 57 115 136 0.58 0.15 0 0.47 195.95 0.41 0.38
Hex 39 73 88 3A F 0 2F C4 29 26
Octal 71 163 210 72 17 0 57 304 51 46
Binary 111001 1110011 10001000 111010 1111 0 101111 11000100 101001 100110

Color Harmonies of #397388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397388

Black with #397388

Text Example


Text Example

White with #397388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397388; }

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

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

background-color css

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

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

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

border-color css

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

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

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