Html Css Color HEX #333F93 Tory Blue

📋 copy color: '#333F93'

red 51 ◦ green 63 ◦ blue 147

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

Shades of Tory Blue #333F93

Tints of Tory Blue #333F93

RGB

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

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

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

R = 19.54%
G = 24.14%
B = 56.32%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333F93 (or 0x333F93) is known color: Tory Blue. HEX triplet: 33, 3F and 93. RGB value is (51,63,147). Sum of RGB (Red+Green+Blue) = 51+63+147=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #333F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F93 is #CCC06C. Grayscale: #444444. Windows color (decimal): -13418605 or 9649971. OLE color: 9649971.

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

Color convert

RGB 51 63 147 -
CMYK 0.65 0.57 0 0.42
HSL 232.5º 0.48% 0.39% -
HSV(B) 232.5º 0.65% 0.58% -
XYZ 8.41 6.37 28.39 -
YUV 68.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 51 63 147 0.65 0.57 0 0.42 232.5 0.48 0.39
Hex 33 3F 93 41 39 0 2A E8 30 27
Octal 63 77 223 101 71 0 52 350 60 47
Binary 110011 111111 10010011 1000001 111001 0 101010 11101000 110000 100111

Color Harmonies of #333F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F93

Black with #333F93

Text Example


Text Example

White with #333F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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