Html Css Color HEX #397582 Calypso

📋 copy color: '#397582'

red 57 ◦ green 117 ◦ blue 130

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

Shades of Calypso #397582

Tints of Calypso #397582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 18.75%
G = 38.49%
B = 42.76%

CMYK

 C value IS 0.56

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#397582 (or 0x397582) is known color: Calypso. HEX triplet: 39, 75 and 82. RGB value is (57,117,130). Sum of RGB (Red+Green+Blue) = 57+117+130=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #397582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397582 is #C68A7D. Grayscale: #646464. Windows color (decimal): -13011582 or 8549689. OLE color: 8549689.

HSL color Cylindrical-coordinate representation of color #397582: hue angle of 190.68º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397582 is Cyan = 0.56, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 117 130 -
CMYK 0.56 0.1 0 0.49
HSL 190.68º 0.39% 0.37% -
HSV(B) 190.68º 0.56% 0.51% -
XYZ 12.08 15.2 23.42 -
YUV 100.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 57 117 130 0.56 0.1 0 0.49 190.68 0.39 0.37
Hex 39 75 82 38 A 0 31 BF 27 25
Octal 71 165 202 70 12 0 61 277 47 45
Binary 111001 1110101 10000010 111000 1010 0 110001 10111111 100111 100101

Color Harmonies of #397582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397582

Black with #397582

Text Example


Text Example

White with #397582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397582; }

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

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

background-color css

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

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

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

border-color css

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

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

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