Html Css Color HEX #3F5585 Tory Blue

📋 copy color: '#3F5585'

red 63 ◦ green 85 ◦ blue 133

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

Shades of Tory Blue #3F5585

Tints of Tory Blue #3F5585

RGB

 RED value IS 63 (25% from 255) = 22.42%

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 22.42%
G = 30.25%
B = 47.33%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F5585 (or 0x3F5585) is known color: Tory Blue. HEX triplet: 3F, 55 and 85. RGB value is (63,85,133). Sum of RGB (Red+Green+Blue) = 63+85+133=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F5585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5585 is #C0AA7A. Grayscale: #535353. Windows color (decimal): -12626555 or 8738111. OLE color: 8738111.

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

Color convert

RGB 63 85 133 -
CMYK 0.53 0.36 0 0.48
HSL 221.14º 0.36% 0.38% -
HSV(B) 221.14º 0.53% 0.52% -
XYZ 9.53 9.25 23.47 -
YUV 83.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 63 85 133 0.53 0.36 0 0.48 221.14 0.36 0.38
Hex 3F 55 85 35 24 0 30 DD 24 26
Octal 77 125 205 65 44 0 60 335 44 46
Binary 111111 1010101 10000101 110101 100100 0 110000 11011101 100100 100110

Color Harmonies of #3F5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5585

Black with #3F5585

Text Example


Text Example

White with #3F5585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,133); }

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

background-color css

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

 a { background-color: rgb(63,85,133); }

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

border-color css

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

 span { border-color: rgb(63,85,133); }

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