Html Css Color HEX #3F5597 Tory Blue

📋 copy color: '#3F5597'

red 63 ◦ green 85 ◦ blue 151

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

Shades of Tory Blue #3F5597

Tints of Tory Blue #3F5597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 21.07%
G = 28.43%
B = 50.5%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F5597 (or 0x3F5597) is known color: Tory Blue. HEX triplet: 3F, 55 and 97. RGB value is (63,85,151). Sum of RGB (Red+Green+Blue) = 63+85+151=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F5597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5597 is #C0AA68. Grayscale: #555555. Windows color (decimal): -12626537 or 9917759. OLE color: 9917759.

HSL color Cylindrical-coordinate representation of color #3F5597: hue angle of 225º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F5597 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 85 151 -
CMYK 0.58 0.44 0 0.41
HSL 225º 0.41% 0.42% -
HSV(B) 225º 0.58% 0.59% -
XYZ 10.88 9.79 30.59 -
YUV 85.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 63 85 151 0.58 0.44 0 0.41 225 0.41 0.42
Hex 3F 55 97 3A 2C 0 29 E1 29 2A
Octal 77 125 227 72 54 0 51 341 51 52
Binary 111111 1010101 10010111 111010 101100 0 101001 11100001 101001 101010

Color Harmonies of #3F5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5597

Black with #3F5597

Text Example


Text Example

White with #3F5597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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