Html Css Color HEX #33539B Tory Blue

📋 copy color: '#33539B'

red 51 ◦ green 83 ◦ blue 155

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

Shades of Tory Blue #33539B

Tints of Tory Blue #33539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 17.65%
G = 28.72%
B = 53.63%

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

#33539B (or 0x33539B) is known color: Tory Blue. HEX triplet: 33, 53 and 9B. RGB value is (51,83,155). Sum of RGB (Red+Green+Blue) = 51+83+155=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #33539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33539B is #CCAC64. Grayscale: #515151. Windows color (decimal): -13413477 or 10179379. OLE color: 10179379.

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

Color convert

RGB 51 83 155 -
CMYK 0.67 0.46 0 0.39
HSL 221.54º 0.5% 0.4% -
HSV(B) 221.54º 0.67% 0.61% -
XYZ 10.37 9.26 32.25 -
YUV 81.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 51 83 155 0.67 0.46 0 0.39 221.54 0.5 0.4
Hex 33 53 9B 43 2E 0 27 DE 32 28
Octal 63 123 233 103 56 0 47 336 62 50
Binary 110011 1010011 10011011 1000011 101110 0 100111 11011110 110010 101000

Color Harmonies of #33539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33539B

Black with #33539B

Text Example


Text Example

White with #33539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33539B; }

 p { color: rgb(51,83,155); }

 H1.HeaderClassName
 {
   color: #33539B;
 }
 .AnyTagClassName
 {
   color: #33539B;
 }
</style>

background-color css

<style>
 a { background-color: #33539B; }

 a { background-color: rgb(51,83,155); }

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

border-color css

<style>
 span { border-color: #33539B; }

 span { border-color: rgb(51,83,155); }

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