Html Css Color HEX #333D99 Tory Blue

📋 copy color: '#333D99'

red 51 ◦ green 61 ◦ blue 153

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

Shades of Tory Blue #333D99

Tints of Tory Blue #333D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.02%

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

R = 19.25%
G = 23.02%
B = 57.74%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#333D99 (or 0x333D99) is known color: Tory Blue. HEX triplet: 33, 3D and 99. RGB value is (51,61,153). Sum of RGB (Red+Green+Blue) = 51+61+153=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #333D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D99 is #CCC266. Grayscale: #444444. Windows color (decimal): -13419111 or 10042675. OLE color: 10042675.

HSL color Cylindrical-coordinate representation of color #333D99: hue angle of 234.12º 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 #333D99 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 61 153 -
CMYK 0.67 0.60 0 0.4
HSL 234.12º 0.5% 0.4% -
HSV(B) 234.12º 0.67% 0.6% -
XYZ 8.78 6.34 30.9 -
YUV 68.5 175.69 115.52 -
System Red Green Blue C M Y K H S L
Decimal 51 61 153 0.67 0.60 0 0.4 234.12 0.5 0.4
Hex 33 3D 99 43 3C 0 28 EA 32 28
Octal 63 75 231 103 74 0 50 352 62 50
Binary 110011 111101 10011001 1000011 111100 0 101000 11101010 110010 101000

Color Harmonies of #333D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D99

Black with #333D99

Text Example


Text Example

White with #333D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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