Html Css Color HEX #333F94 Tory Blue

📋 copy color: '#333F94'

red 51 ◦ green 63 ◦ blue 148

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

Shades of Tory Blue #333F94

Tints of Tory Blue #333F94

RGB

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

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

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

R = 19.47%
G = 24.05%
B = 56.49%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333F94 (or 0x333F94) is known color: Tory Blue. HEX triplet: 33, 3F and 94. RGB value is (51,63,148). Sum of RGB (Red+Green+Blue) = 51+63+148=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #333F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F94 is #CCC06B. Grayscale: #444444. Windows color (decimal): -13418604 or 9715507. OLE color: 9715507.

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

Color convert

RGB 51 63 148 -
CMYK 0.66 0.57 0 0.42
HSL 232.58º 0.49% 0.39% -
HSV(B) 232.58º 0.66% 0.58% -
XYZ 8.49 6.4 28.8 -
YUV 69.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 51 63 148 0.66 0.57 0 0.42 232.58 0.49 0.39
Hex 33 3F 94 42 39 0 2A E9 31 27
Octal 63 77 224 102 71 0 52 351 61 47
Binary 110011 111111 10010100 1000010 111001 0 101010 11101001 110001 100111

Color Harmonies of #333F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F94

Black with #333F94

Text Example


Text Example

White with #333F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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