Html Css Color HEX #333E98 Tory Blue

📋 copy color: '#333E98'

red 51 ◦ green 62 ◦ blue 152

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

Shades of Tory Blue #333E98

Tints of Tory Blue #333E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.36%

R = 19.25%
G = 23.4%
B = 57.36%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#333E98 (or 0x333E98) is known color: Tory Blue. HEX triplet: 33, 3E and 98. RGB value is (51,62,152). Sum of RGB (Red+Green+Blue) = 51+62+152=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #333E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333E98 is #CCC167. Grayscale: #444444. Windows color (decimal): -13418856 or 9977395. OLE color: 9977395.

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

Color convert

RGB 51 62 152 -
CMYK 0.66 0.59 0 0.40
HSL 233.47º 0.5% 0.4% -
HSV(B) 233.47º 0.66% 0.6% -
XYZ 8.76 6.42 30.48 -
YUV 68.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 51 62 152 0.66 0.59 0 0.40 233.47 0.5 0.4
Hex 33 3E 98 42 3B 0 28 E9 32 28
Octal 63 76 230 102 73 0 50 351 62 50
Binary 110011 111110 10011000 1000010 111011 0 101000 11101001 110010 101000

Color Harmonies of #333E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E98

Black with #333E98

Text Example


Text Example

White with #333E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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