Html Css Color HEX #333F95 Tory Blue

📋 copy color: '#333F95'

red 51 ◦ green 63 ◦ blue 149

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

Shades of Tory Blue #333F95

Tints of Tory Blue #333F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.65%

R = 19.39%
G = 23.95%
B = 56.65%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333F95 (or 0x333F95) is known color: Tory Blue. HEX triplet: 33, 3F and 95. RGB value is (51,63,149). Sum of RGB (Red+Green+Blue) = 51+63+149=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #333F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F95 is #CCC06A. Grayscale: #444444. Windows color (decimal): -13418603 or 9781043. OLE color: 9781043.

HSL color Cylindrical-coordinate representation of color #333F95: hue angle of 232.65º 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 #333F95 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 63 149 -
CMYK 0.66 0.58 0 0.42
HSL 232.65º 0.49% 0.39% -
HSV(B) 232.65º 0.66% 0.58% -
XYZ 8.57 6.43 29.22 -
YUV 69.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 51 63 149 0.66 0.58 0 0.42 232.65 0.49 0.39
Hex 33 3F 95 42 3A 0 2A E9 31 27
Octal 63 77 225 102 72 0 52 351 61 47
Binary 110011 111111 10010101 1000010 111010 0 101010 11101001 110001 100111

Color Harmonies of #333F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F95

Black with #333F95

Text Example


Text Example

White with #333F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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