Html Css Color HEX #333F91 Tory Blue

📋 copy color: '#333F91'

red 51 ◦ green 63 ◦ blue 145

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

Shades of Tory Blue #333F91

Tints of Tory Blue #333F91

RGB

 RED value IS 51 (20.31% from 255) = 19.69%

 GREEN value IS 63 (25% from 255) = 24.32%

 BLUE value IS 145 (57.03% from 255) = 55.98%

R = 19.69%
G = 24.32%
B = 55.98%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333F91 (or 0x333F91) is known color: Tory Blue. HEX triplet: 33, 3F and 91. RGB value is (51,63,145). Sum of RGB (Red+Green+Blue) = 51+63+145=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #333F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F91 is #CCC06E. Grayscale: #444444. Windows color (decimal): -13418607 or 9518899. OLE color: 9518899.

HSL color Cylindrical-coordinate representation of color #333F91: hue angle of 232.34º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333F91 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 63 145 -
CMYK 0.65 0.57 0 0.43
HSL 232.34º 0.48% 0.38% -
HSV(B) 232.34º 0.65% 0.57% -
XYZ 8.25 6.3 27.57 -
YUV 68.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 51 63 145 0.65 0.57 0 0.43 232.34 0.48 0.38
Hex 33 3F 91 41 39 0 2B E8 30 26
Octal 63 77 221 101 71 0 53 350 60 46
Binary 110011 111111 10010001 1000001 111001 0 101011 11101000 110000 100110

Color Harmonies of #333F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F91

Black with #333F91

Text Example


Text Example

White with #333F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333F91; }

 p { color: rgb(51,63,145); }

 H1.HeaderClassName
 {
   color: #333F91;
 }
 .AnyTagClassName
 {
   color: #333F91;
 }
</style>

background-color css

<style>
 a { background-color: #333F91; }

 a { background-color: rgb(51,63,145); }

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

border-color css

<style>
 span { border-color: #333F91; }

 span { border-color: rgb(51,63,145); }

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