Html Css Color HEX #3E7091 Calypso

📋 copy color: '#3E7091'

red 62 ◦ green 112 ◦ blue 145

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

Shades of Calypso #3E7091

Tints of Calypso #3E7091

RGB

 RED value IS 62 (24.61% from 255) = 19.44%

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 19.44%
G = 35.11%
B = 45.45%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E7091 (or 0x3E7091) is known color: Calypso. HEX triplet: 3E, 70 and 91. RGB value is (62,112,145). Sum of RGB (Red+Green+Blue) = 62+112+145=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E7091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7091 is #C18F6E. Grayscale: #646464. Windows color (decimal): -12685167 or 9531454. OLE color: 9531454.

HSL color Cylindrical-coordinate representation of color #3E7091: hue angle of 203.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E7091 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 62 112 145 -
CMYK 0.57 0.23 0 0.43
HSL 203.86º 0.4% 0.41% -
HSV(B) 203.86º 0.57% 0.57% -
XYZ 12.89 14.66 28.94 -
YUV 100.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 62 112 145 0.57 0.23 0 0.43 203.86 0.4 0.41
Hex 3E 70 91 39 17 0 2B CC 28 29
Octal 76 160 221 71 27 0 53 314 50 51
Binary 111110 1110000 10010001 111001 10111 0 101011 11001100 101000 101001

Color Harmonies of #3E7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7091

Black with #3E7091

Text Example


Text Example

White with #3E7091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E7091; }

 p { color: rgb(62,112,145); }

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

background-color css

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

 a { background-color: rgb(62,112,145); }

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

border-color css

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

 span { border-color: rgb(62,112,145); }

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