Html Css Color HEX #333E99 Tory Blue

📋 copy color: '#333E99'

red 51 ◦ green 62 ◦ blue 153

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

Shades of Tory Blue #333E99

Tints of Tory Blue #333E99

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.31%

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 19.17%
G = 23.31%
B = 57.52%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#333E99 (or 0x333E99) is known color: Tory Blue. HEX triplet: 33, 3E and 99. RGB value is (51,62,153). Sum of RGB (Red+Green+Blue) = 51+62+153=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #333E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E99 is #CCC166. Grayscale: #444444. Windows color (decimal): -13418855 or 10042931. OLE color: 10042931.

HSL color Cylindrical-coordinate representation of color #333E99: hue angle of 233.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333E99 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 62 153 -
CMYK 0.67 0.59 0 0.4
HSL 233.53º 0.5% 0.4% -
HSV(B) 233.53º 0.67% 0.6% -
XYZ 8.84 6.45 30.92 -
YUV 69.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 51 62 153 0.67 0.59 0 0.4 233.53 0.5 0.4
Hex 33 3E 99 43 3B 0 28 EA 32 28
Octal 63 76 231 103 73 0 50 352 62 50
Binary 110011 111110 10011001 1000011 111011 0 101000 11101010 110010 101000

Color Harmonies of #333E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E99

Black with #333E99

Text Example


Text Example

White with #333E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,62,153); }

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

background-color css

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

 a { background-color: rgb(51,62,153); }

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

border-color css

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

 span { border-color: rgb(51,62,153); }

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