Html Css Color HEX #3E718B Calypso

📋 copy color: '#3E718B'

red 62 ◦ green 113 ◦ blue 139

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

Shades of Calypso #3E718B

Tints of Calypso #3E718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 19.75%
G = 35.99%
B = 44.27%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E718B (or 0x3E718B) is known color: Calypso. HEX triplet: 3E, 71 and 8B. RGB value is (62,113,139). Sum of RGB (Red+Green+Blue) = 62+113+139=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E718B is #C18E74. Grayscale: #646464. Windows color (decimal): -12684917 or 9138494. OLE color: 9138494.

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

Color convert

RGB 62 113 139 -
CMYK 0.55 0.19 0 0.45
HSL 200.26º 0.38% 0.39% -
HSV(B) 200.26º 0.55% 0.55% -
XYZ 12.55 14.7 26.6 -
YUV 100.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 62 113 139 0.55 0.19 0 0.45 200.26 0.38 0.39
Hex 3E 71 8B 37 13 0 2D C8 26 27
Octal 76 161 213 67 23 0 55 310 46 47
Binary 111110 1110001 10001011 110111 10011 0 101101 11001000 100110 100111

Color Harmonies of #3E718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E718B

Black with #3E718B

Text Example


Text Example

White with #3E718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,113,139); }

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

background-color css

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

 a { background-color: rgb(62,113,139); }

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

border-color css

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

 span { border-color: rgb(62,113,139); }

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