Html Css Color HEX #33529C Tory Blue

📋 copy color: '#33529C'

red 51 ◦ green 82 ◦ blue 156

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

Shades of Tory Blue #33529C

Tints of Tory Blue #33529C

RGB

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

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

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

R = 17.65%
G = 28.37%
B = 53.98%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33529C (or 0x33529C) is known color: Tory Blue. HEX triplet: 33, 52 and 9C. RGB value is (51,82,156). Sum of RGB (Red+Green+Blue) = 51+82+156=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #33529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33529C is #CCAD63. Grayscale: #505050. Windows color (decimal): -13413732 or 10244659. OLE color: 10244659.

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

Color convert

RGB 51 82 156 -
CMYK 0.67 0.47 0 0.39
HSL 222.29º 0.51% 0.41% -
HSV(B) 222.29º 0.67% 0.61% -
XYZ 10.38 9.14 32.67 -
YUV 81.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 51 82 156 0.67 0.47 0 0.39 222.29 0.51 0.41
Hex 33 52 9C 43 2F 0 27 DE 33 29
Octal 63 122 234 103 57 0 47 336 63 51
Binary 110011 1010010 10011100 1000011 101111 0 100111 11011110 110011 101001

Color Harmonies of #33529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33529C

Black with #33529C

Text Example


Text Example

White with #33529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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