Html Css Color HEX #33529E Tory Blue

📋 copy color: '#33529E'

red 51 ◦ green 82 ◦ blue 158

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

Shades of Tory Blue #33529E

Tints of Tory Blue #33529E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

 BLUE value IS 158 (62.11% from 255) = 54.3%

R = 17.53%
G = 28.18%
B = 54.3%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33529E (or 0x33529E) is known color: Tory Blue. HEX triplet: 33, 52 and 9E. RGB value is (51,82,158). Sum of RGB (Red+Green+Blue) = 51+82+158=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #33529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33529E is #CCAD61. Grayscale: #515151. Windows color (decimal): -13413730 or 10375731. OLE color: 10375731.

HSL color Cylindrical-coordinate representation of color #33529E: hue angle of 222.62º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33529E is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 82 158 -
CMYK 0.68 0.48 0 0.38
HSL 222.62º 0.51% 0.41% -
HSV(B) 222.62º 0.68% 0.62% -
XYZ 10.55 9.21 33.57 -
YUV 81.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 51 82 158 0.68 0.48 0 0.38 222.62 0.51 0.41
Hex 33 52 9E 44 30 0 26 DF 33 29
Octal 63 122 236 104 60 0 46 337 63 51
Binary 110011 1010010 10011110 1000100 110000 0 100110 11011111 110011 101001

Color Harmonies of #33529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33529E

Black with #33529E

Text Example


Text Example

White with #33529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33529E; }

 p { color: rgb(51,82,158); }

 H1.HeaderClassName
 {
   color: #33529E;
 }
 .AnyTagClassName
 {
   color: #33529E;
 }
</style>

background-color css

<style>
 a { background-color: #33529E; }

 a { background-color: rgb(51,82,158); }

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

border-color css

<style>
 span { border-color: #33529E; }

 span { border-color: rgb(51,82,158); }

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