Html Css Color HEX #397282 Calypso

📋 copy color: '#397282'

red 57 ◦ green 114 ◦ blue 130

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

Shades of Calypso #397282

Tints of Calypso #397282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 18.94%
G = 37.87%
B = 43.19%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#397282 (or 0x397282) is known color: Calypso. HEX triplet: 39, 72 and 82. RGB value is (57,114,130). Sum of RGB (Red+Green+Blue) = 57+114+130=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #397282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397282 is #C68D7D. Grayscale: #626262. Windows color (decimal): -13012350 or 8548921. OLE color: 8548921.

HSL color Cylindrical-coordinate representation of color #397282: hue angle of 193.15º 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 #397282 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 114 130 -
CMYK 0.56 0.12 0 0.49
HSL 193.15º 0.39% 0.37% -
HSV(B) 193.15º 0.56% 0.51% -
XYZ 11.73 14.52 23.3 -
YUV 98.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 57 114 130 0.56 0.12 0 0.49 193.15 0.39 0.37
Hex 39 72 82 38 C 0 31 C1 27 25
Octal 71 162 202 70 14 0 61 301 47 45
Binary 111001 1110010 10000010 111000 1100 0 110001 11000001 100111 100101

Color Harmonies of #397282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397282

Black with #397282

Text Example


Text Example

White with #397282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397282; }

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

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

background-color css

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

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

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

border-color css

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

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

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