Html Css Color HEX #33499A Tory Blue

📋 copy color: '#33499A'

red 51 ◦ green 73 ◦ blue 154

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

Shades of Tory Blue #33499A

Tints of Tory Blue #33499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 18.35%
G = 26.26%
B = 55.4%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33499A (or 0x33499A) is known color: Tory Blue. HEX triplet: 33, 49 and 9A. RGB value is (51,73,154). Sum of RGB (Red+Green+Blue) = 51+73+154=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #33499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33499A is #CCB665. Grayscale: #4B4B4B. Windows color (decimal): -13416038 or 10111283. OLE color: 10111283.

HSL color Cylindrical-coordinate representation of color #33499A: hue angle of 227.18º 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 #33499A is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 73 154 -
CMYK 0.67 0.53 0 0.40
HSL 227.18º 0.5% 0.4% -
HSV(B) 227.18º 0.67% 0.6% -
XYZ 9.58 7.8 31.57 -
YUV 75.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 51 73 154 0.67 0.53 0 0.40 227.18 0.5 0.4
Hex 33 49 9A 43 35 0 28 E3 32 28
Octal 63 111 232 103 65 0 50 343 62 50
Binary 110011 1001001 10011010 1000011 110101 0 101000 11100011 110010 101000

Color Harmonies of #33499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33499A

Black with #33499A

Text Example


Text Example

White with #33499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33499A; }

 p { color: rgb(51,73,154); }

 H1.HeaderClassName
 {
   color: #33499A;
 }
 .AnyTagClassName
 {
   color: #33499A;
 }
</style>

background-color css

<style>
 a { background-color: #33499A; }

 a { background-color: rgb(51,73,154); }

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

border-color css

<style>
 span { border-color: #33499A; }

 span { border-color: rgb(51,73,154); }

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