Html Css Color HEX #33519A Tory Blue

📋 copy color: '#33519A'

red 51 ◦ green 81 ◦ blue 154

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

Shades of Tory Blue #33519A

Tints of Tory Blue #33519A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

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

R = 17.83%
G = 28.32%
B = 53.85%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33519A (or 0x33519A) is known color: Tory Blue. HEX triplet: 33, 51 and 9A. RGB value is (51,81,154). Sum of RGB (Red+Green+Blue) = 51+81+154=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #33519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33519A is #CCAE65. Grayscale: #505050. Windows color (decimal): -13413990 or 10113331. OLE color: 10113331.

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

Color convert

RGB 51 81 154 -
CMYK 0.67 0.47 0 0.40
HSL 222.52º 0.5% 0.4% -
HSV(B) 222.52º 0.67% 0.6% -
XYZ 10.14 8.92 31.76 -
YUV 80.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 51 81 154 0.67 0.47 0 0.40 222.52 0.5 0.4
Hex 33 51 9A 43 2F 0 28 DF 32 28
Octal 63 121 232 103 57 0 50 337 62 50
Binary 110011 1010001 10011010 1000011 101111 0 101000 11011111 110010 101000

Color Harmonies of #33519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33519A

Black with #33519A

Text Example


Text Example

White with #33519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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