Html Css Color HEX #3E708B Calypso

📋 copy color: '#3E708B'

red 62 ◦ green 112 ◦ blue 139

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

Shades of Calypso #3E708B

Tints of Calypso #3E708B

RGB

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

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

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

R = 19.81%
G = 35.78%
B = 44.41%

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

#3E708B (or 0x3E708B) is known color: Calypso. HEX triplet: 3E, 70 and 8B. RGB value is (62,112,139). Sum of RGB (Red+Green+Blue) = 62+112+139=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E708B is #C18F74. Grayscale: #636363. Windows color (decimal): -12685173 or 9138238. OLE color: 9138238.

HSL color Cylindrical-coordinate representation of color #3E708B: hue angle of 201.04º 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 #3E708B is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 112 139 -
CMYK 0.55 0.19 0 0.45
HSL 201.04º 0.38% 0.39% -
HSV(B) 201.04º 0.55% 0.55% -
XYZ 12.44 14.48 26.56 -
YUV 100.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 62 112 139 0.55 0.19 0 0.45 201.04 0.38 0.39
Hex 3E 70 8B 37 13 0 2D C9 26 27
Octal 76 160 213 67 23 0 55 311 46 47
Binary 111110 1110000 10001011 110111 10011 0 101101 11001001 100110 100111

Color Harmonies of #3E708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E708B

Black with #3E708B

Text Example


Text Example

White with #3E708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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