Html Css Color HEX #33549C Tory Blue

📋 copy color: '#33549C'

red 51 ◦ green 84 ◦ blue 156

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

Shades of Tory Blue #33549C

Tints of Tory Blue #33549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

 BLUE value IS 156 (61.33% from 255) = 53.61%

R = 17.53%
G = 28.87%
B = 53.61%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33549C (or 0x33549C) is known color: Tory Blue. HEX triplet: 33, 54 and 9C. RGB value is (51,84,156). Sum of RGB (Red+Green+Blue) = 51+84+156=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #33549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33549C is #CCAB63. Grayscale: #525252. Windows color (decimal): -13413220 or 10245171. OLE color: 10245171.

HSL color Cylindrical-coordinate representation of color #33549C: hue angle of 221.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33549C is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 84 156 -
CMYK 0.67 0.46 0 0.39
HSL 221.14º 0.51% 0.41% -
HSV(B) 221.14º 0.67% 0.61% -
XYZ 10.54 9.44 32.72 -
YUV 82.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 51 84 156 0.67 0.46 0 0.39 221.14 0.51 0.41
Hex 33 54 9C 43 2E 0 27 DD 33 29
Octal 63 124 234 103 56 0 47 335 63 51
Binary 110011 1010100 10011100 1000011 101110 0 100111 11011101 110011 101001

Color Harmonies of #33549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33549C

Black with #33549C

Text Example


Text Example

White with #33549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33549C; }

 p { color: rgb(51,84,156); }

 H1.HeaderClassName
 {
   color: #33549C;
 }
 .AnyTagClassName
 {
   color: #33549C;
 }
</style>

background-color css

<style>
 a { background-color: #33549C; }

 a { background-color: rgb(51,84,156); }

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

border-color css

<style>
 span { border-color: #33549C; }

 span { border-color: rgb(51,84,156); }

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