Html Css Color HEX #3E5485 Tory Blue

📋 copy color: '#3E5485'

red 62 ◦ green 84 ◦ blue 133

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

Shades of Tory Blue #3E5485

Tints of Tory Blue #3E5485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 22.22%
G = 30.11%
B = 47.67%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E5485 (or 0x3E5485) is known color: Tory Blue. HEX triplet: 3E, 54 and 85. RGB value is (62,84,133). Sum of RGB (Red+Green+Blue) = 62+84+133=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E5485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5485 is #C1AB7A. Grayscale: #525252. Windows color (decimal): -12692347 or 8737854. OLE color: 8737854.

HSL color Cylindrical-coordinate representation of color #3E5485: hue angle of 221.41º 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 #3E5485 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 84 133 -
CMYK 0.53 0.37 0 0.48
HSL 221.41º 0.36% 0.38% -
HSV(B) 221.41º 0.53% 0.52% -
XYZ 9.39 9.06 23.44 -
YUV 83.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 62 84 133 0.53 0.37 0 0.48 221.41 0.36 0.38
Hex 3E 54 85 35 25 0 30 DD 24 26
Octal 76 124 205 65 45 0 60 335 44 46
Binary 111110 1010100 10000101 110101 100101 0 110000 11011101 100100 100110

Color Harmonies of #3E5485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5485

Black with #3E5485

Text Example


Text Example

White with #3E5485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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