Html Css Color HEX #397A88 Calypso

📋 copy color: '#397A88'

red 57 ◦ green 122 ◦ blue 136

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

Shades of Calypso #397A88

Tints of Calypso #397A88

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.73%

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

R = 18.1%
G = 38.73%
B = 43.17%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#397A88 (or 0x397A88) is known color: Calypso. HEX triplet: 39, 7A and 88. RGB value is (57,122,136). Sum of RGB (Red+Green+Blue) = 57+122+136=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #397A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A88 is #C68577. Grayscale: #686868. Windows color (decimal): -13010296 or 8944185. OLE color: 8944185.

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

Color convert

RGB 57 122 136 -
CMYK 0.58 0.10 0 0.47
HSL 190.63º 0.41% 0.38% -
HSV(B) 190.63º 0.58% 0.53% -
XYZ 13.09 16.57 25.8 -
YUV 104.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 57 122 136 0.58 0.10 0 0.47 190.63 0.41 0.38
Hex 39 7A 88 3A A 0 2F BF 29 26
Octal 71 172 210 72 12 0 57 277 51 46
Binary 111001 1111010 10001000 111010 1010 0 101111 10111111 101001 100110

Color Harmonies of #397A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A88

Black with #397A88

Text Example


Text Example

White with #397A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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