Html Css Color HEX #3E708D Calypso

📋 copy color: '#3E708D'

red 62 ◦ green 112 ◦ blue 141

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

Shades of Calypso #3E708D

Tints of Calypso #3E708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 19.68%
G = 35.56%
B = 44.76%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E708D (or 0x3E708D) is known color: Calypso. HEX triplet: 3E, 70 and 8D. RGB value is (62,112,141). Sum of RGB (Red+Green+Blue) = 62+112+141=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E708D is #C18F72. Grayscale: #646464. Windows color (decimal): -12685171 or 9269310. OLE color: 9269310.

HSL color Cylindrical-coordinate representation of color #3E708D: hue angle of 202.03º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E708D is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 112 141 -
CMYK 0.56 0.21 0 0.45
HSL 202.03º 0.39% 0.4% -
HSV(B) 202.03º 0.56% 0.55% -
XYZ 12.59 14.54 27.34 -
YUV 100.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 62 112 141 0.56 0.21 0 0.45 202.03 0.39 0.4
Hex 3E 70 8D 38 15 0 2D CA 27 28
Octal 76 160 215 70 25 0 55 312 47 50
Binary 111110 1110000 10001101 111000 10101 0 101101 11001010 100111 101000

Color Harmonies of #3E708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E708D

Black with #3E708D

Text Example


Text Example

White with #3E708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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