Html Css Color HEX #397286 Calypso

📋 copy color: '#397286'

red 57 ◦ green 114 ◦ blue 134

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

Shades of Calypso #397286

Tints of Calypso #397286

RGB

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

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

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

R = 18.69%
G = 37.38%
B = 43.93%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#397286 (or 0x397286) is known color: Calypso. HEX triplet: 39, 72 and 86. RGB value is (57,114,134). Sum of RGB (Red+Green+Blue) = 57+114+134=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #397286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397286 is #C68D79. Grayscale: #636363. Windows color (decimal): -13012346 or 8811065. OLE color: 8811065.

HSL color Cylindrical-coordinate representation of color #397286: hue angle of 195.58º 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 #397286 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 114 134 -
CMYK 0.57 0.15 0 0.47
HSL 195.58º 0.4% 0.37% -
HSV(B) 195.58º 0.57% 0.53% -
XYZ 12.01 14.63 24.74 -
YUV 99.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 57 114 134 0.57 0.15 0 0.47 195.58 0.4 0.37
Hex 39 72 86 39 F 0 2F C4 28 25
Octal 71 162 206 71 17 0 57 304 50 45
Binary 111001 1110010 10000110 111001 1111 0 101111 11000100 101000 100101

Color Harmonies of #397286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397286

Black with #397286

Text Example


Text Example

White with #397286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397286; }

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

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

background-color css

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

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

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

border-color css

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

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

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