Html Css Color HEX #397488 Calypso

📋 copy color: '#397488'

red 57 ◦ green 116 ◦ blue 136

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

Shades of Calypso #397488

Tints of Calypso #397488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

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

R = 18.45%
G = 37.54%
B = 44.01%

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

#397488 (or 0x397488) is known color: Calypso. HEX triplet: 39, 74 and 88. RGB value is (57,116,136). Sum of RGB (Red+Green+Blue) = 57+116+136=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #397488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397488 is #C68B77. Grayscale: #646464. Windows color (decimal): -13011832 or 8942649. OLE color: 8942649.

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

Color convert

RGB 57 116 136 -
CMYK 0.58 0.15 0 0.47
HSL 195.19º 0.41% 0.38% -
HSV(B) 195.19º 0.58% 0.53% -
XYZ 12.38 15.14 25.56 -
YUV 100.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 57 116 136 0.58 0.15 0 0.47 195.19 0.41 0.38
Hex 39 74 88 3A F 0 2F C3 29 26
Octal 71 164 210 72 17 0 57 303 51 46
Binary 111001 1110100 10001000 111010 1111 0 101111 11000011 101001 100110

Color Harmonies of #397488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397488

Black with #397488

Text Example


Text Example

White with #397488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397488; }

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

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

background-color css

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

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

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

border-color css

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

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

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