Html Css Color HEX #3E758D Calypso

📋 copy color: '#3E758D'

red 62 ◦ green 117 ◦ blue 141

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

Shades of Calypso #3E758D

Tints of Calypso #3E758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

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

R = 19.38%
G = 36.56%
B = 44.06%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E758D (or 0x3E758D) is known color: Calypso. HEX triplet: 3E, 75 and 8D. RGB value is (62,117,141). Sum of RGB (Red+Green+Blue) = 62+117+141=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E758D is #C18A72. Grayscale: #676767. Windows color (decimal): -12683891 or 9270590. OLE color: 9270590.

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

Color convert

RGB 62 117 141 -
CMYK 0.56 0.17 0 0.45
HSL 198.23º 0.39% 0.4% -
HSV(B) 198.23º 0.56% 0.55% -
XYZ 13.16 15.67 27.53 -
YUV 103.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 62 117 141 0.56 0.17 0 0.45 198.23 0.39 0.4
Hex 3E 75 8D 38 11 0 2D C6 27 28
Octal 76 165 215 70 21 0 55 306 47 50
Binary 111110 1110101 10001101 111000 10001 0 101101 11000110 100111 101000

Color Harmonies of #3E758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E758D

Black with #3E758D

Text Example


Text Example

White with #3E758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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