Html Css Color HEX #3F4894 Tory Blue

📋 copy color: '#3F4894'

red 63 ◦ green 72 ◦ blue 148

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

Shades of Tory Blue #3F4894

Tints of Tory Blue #3F4894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 22.26%
G = 25.44%
B = 52.3%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F4894 (or 0x3F4894) is known color: Tory Blue. HEX triplet: 3F, 48 and 94. RGB value is (63,72,148). Sum of RGB (Red+Green+Blue) = 63+72+148=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F4894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4894 is #C0B76B. Grayscale: #4D4D4D. Windows color (decimal): -12629868 or 9717823. OLE color: 9717823.

HSL color Cylindrical-coordinate representation of color #3F4894: hue angle of 233.65º 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 #3F4894 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 72 148 -
CMYK 0.57 0.51 0 0.42
HSL 233.65º 0.4% 0.41% -
HSV(B) 233.65º 0.57% 0.58% -
XYZ 9.71 7.83 29.02 -
YUV 77.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 63 72 148 0.57 0.51 0 0.42 233.65 0.4 0.41
Hex 3F 48 94 39 33 0 2A EA 28 29
Octal 77 110 224 71 63 0 52 352 50 51
Binary 111111 1001000 10010100 111001 110011 0 101010 11101010 101000 101001

Color Harmonies of #3F4894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4894

Black with #3F4894

Text Example


Text Example

White with #3F4894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,148); }

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

background-color css

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

 a { background-color: rgb(63,72,148); }

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

border-color css

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

 span { border-color: rgb(63,72,148); }

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