Html Css Color HEX #3E6B85 Calypso

📋 copy color: '#3E6B85'

red 62 ◦ green 107 ◦ blue 133

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

Shades of Calypso #3E6B85

Tints of Calypso #3E6B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

 BLUE value IS 133 (52.34% from 255) = 44.04%

R = 20.53%
G = 35.43%
B = 44.04%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E6B85 (or 0x3E6B85) is known color: Calypso. HEX triplet: 3E, 6B and 85. RGB value is (62,107,133). Sum of RGB (Red+Green+Blue) = 62+107+133=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E6B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6B85 is #C1947A. Grayscale: #606060. Windows color (decimal): -12686459 or 8743742. OLE color: 8743742.

HSL color Cylindrical-coordinate representation of color #3E6B85: hue angle of 201.97º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E6B85 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 107 133 -
CMYK 0.53 0.20 0 0.48
HSL 201.97º 0.36% 0.38% -
HSV(B) 201.97º 0.53% 0.52% -
XYZ 11.48 13.23 24.14 -
YUV 96.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 62 107 133 0.53 0.20 0 0.48 201.97 0.36 0.38
Hex 3E 6B 85 35 14 0 30 CA 24 26
Octal 76 153 205 65 24 0 60 312 44 46
Binary 111110 1101011 10000101 110101 10100 0 110000 11001010 100100 100110

Color Harmonies of #3E6B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6B85

Black with #3E6B85

Text Example


Text Example

White with #3E6B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,107,133); }

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

background-color css

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

 a { background-color: rgb(62,107,133); }

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

border-color css

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

 span { border-color: rgb(62,107,133); }

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