Html Css Color HEX #3F4B93 Tory Blue

📋 copy color: '#3F4B93'

red 63 ◦ green 75 ◦ blue 147

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

Shades of Tory Blue #3F4B93

Tints of Tory Blue #3F4B93

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 22.11%
G = 26.32%
B = 51.58%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F4B93 (or 0x3F4B93) is known color: Tory Blue. HEX triplet: 3F, 4B and 93. RGB value is (63,75,147). Sum of RGB (Red+Green+Blue) = 63+75+147=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F4B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4B93 is #C0B46C. Grayscale: #4F4F4F. Windows color (decimal): -12629101 or 9653055. OLE color: 9653055.

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

Color convert

RGB 63 75 147 -
CMYK 0.57 0.49 0 0.42
HSL 231.43º 0.4% 0.41% -
HSV(B) 231.43º 0.57% 0.58% -
XYZ 9.83 8.2 28.67 -
YUV 79.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 63 75 147 0.57 0.49 0 0.42 231.43 0.4 0.41
Hex 3F 4B 93 39 31 0 2A E7 28 29
Octal 77 113 223 71 61 0 52 347 50 51
Binary 111111 1001011 10010011 111001 110001 0 101010 11100111 101000 101001

Color Harmonies of #3F4B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B93

Black with #3F4B93

Text Example


Text Example

White with #3F4B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,75,147); }

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

background-color css

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

 a { background-color: rgb(63,75,147); }

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

border-color css

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

 span { border-color: rgb(63,75,147); }

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