Html Css Color HEX #397B87 Calypso

📋 copy color: '#397B87'

red 57 ◦ green 123 ◦ blue 135

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

Shades of Calypso #397B87

Tints of Calypso #397B87

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.05%

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

R = 18.1%
G = 39.05%
B = 42.86%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#397B87 (or 0x397B87) is known color: Calypso. HEX triplet: 39, 7B and 87. RGB value is (57,123,135). Sum of RGB (Red+Green+Blue) = 57+123+135=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #397B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B87 is #C68478. Grayscale: #686868. Windows color (decimal): -13010041 or 8878905. OLE color: 8878905.

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

Color convert

RGB 57 123 135 -
CMYK 0.58 0.09 0 0.47
HSL 189.23º 0.41% 0.38% -
HSV(B) 189.23º 0.58% 0.53% -
XYZ 13.14 16.79 25.47 -
YUV 104.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 57 123 135 0.58 0.09 0 0.47 189.23 0.41 0.38
Hex 39 7B 87 3A 9 0 2F BD 29 26
Octal 71 173 207 72 11 0 57 275 51 46
Binary 111001 1111011 10000111 111010 1001 0 101111 10111101 101001 100110

Color Harmonies of #397B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397B87

Black with #397B87

Text Example


Text Example

White with #397B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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