Html Css Color HEX #3E7090 Calypso

📋 copy color: '#3E7090'

red 62 ◦ green 112 ◦ blue 144

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

Shades of Calypso #3E7090

Tints of Calypso #3E7090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 19.5%
G = 35.22%
B = 45.28%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E7090 (or 0x3E7090) is known color: Calypso. HEX triplet: 3E, 70 and 90. RGB value is (62,112,144). Sum of RGB (Red+Green+Blue) = 62+112+144=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E7090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7090 is #C18F6F. Grayscale: #646464. Windows color (decimal): -12685168 or 9465918. OLE color: 9465918.

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

Color convert

RGB 62 112 144 -
CMYK 0.57 0.22 0 0.44
HSL 203.41º 0.4% 0.4% -
HSV(B) 203.41º 0.57% 0.56% -
XYZ 12.81 14.63 28.53 -
YUV 100.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 62 112 144 0.57 0.22 0 0.44 203.41 0.4 0.4
Hex 3E 70 90 39 16 0 2C CB 28 28
Octal 76 160 220 71 26 0 54 313 50 50
Binary 111110 1110000 10010000 111001 10110 0 101100 11001011 101000 101000

Color Harmonies of #3E7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7090

Black with #3E7090

Text Example


Text Example

White with #3E7090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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