Html Css Color HEX #397586 Calypso

📋 copy color: '#397586'

red 57 ◦ green 117 ◦ blue 134

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

Shades of Calypso #397586

Tints of Calypso #397586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 134 (52.73% from 255) = 43.51%

R = 18.51%
G = 37.99%
B = 43.51%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#397586 (or 0x397586) is known color: Calypso. HEX triplet: 39, 75 and 86. RGB value is (57,117,134). Sum of RGB (Red+Green+Blue) = 57+117+134=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #397586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397586 is #C68A79. Grayscale: #646464. Windows color (decimal): -13011578 or 8811833. OLE color: 8811833.

HSL color Cylindrical-coordinate representation of color #397586: hue angle of 193.25º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397586 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 117 134 -
CMYK 0.57 0.13 0 0.47
HSL 193.25º 0.4% 0.37% -
HSV(B) 193.25º 0.57% 0.53% -
XYZ 12.35 15.31 24.86 -
YUV 101 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 57 117 134 0.57 0.13 0 0.47 193.25 0.4 0.37
Hex 39 75 86 39 D 0 2F C1 28 25
Octal 71 165 206 71 15 0 57 301 50 45
Binary 111001 1110101 10000110 111001 1101 0 101111 11000001 101000 100101

Color Harmonies of #397586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397586

Black with #397586

Text Example


Text Example

White with #397586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397586; }

 p { color: rgb(57,117,134); }

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

background-color css

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

 a { background-color: rgb(57,117,134); }

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

border-color css

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

 span { border-color: rgb(57,117,134); }

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