Html Css Color HEX #33559B Tory Blue

📋 copy color: '#33559B'

red 51 ◦ green 85 ◦ blue 155

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

Shades of Tory Blue #33559B

Tints of Tory Blue #33559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 17.53%
G = 29.21%
B = 53.26%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33559B (or 0x33559B) is known color: Tory Blue. HEX triplet: 33, 55 and 9B. RGB value is (51,85,155). Sum of RGB (Red+Green+Blue) = 51+85+155=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #33559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33559B is #CCAA64. Grayscale: #525252. Windows color (decimal): -13412965 or 10179891. OLE color: 10179891.

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

Color convert

RGB 51 85 155 -
CMYK 0.67 0.45 0 0.39
HSL 220.38º 0.5% 0.4% -
HSV(B) 220.38º 0.67% 0.61% -
XYZ 10.53 9.57 32.3 -
YUV 82.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 51 85 155 0.67 0.45 0 0.39 220.38 0.5 0.4
Hex 33 55 9B 43 2D 0 27 DC 32 28
Octal 63 125 233 103 55 0 47 334 62 50
Binary 110011 1010101 10011011 1000011 101101 0 100111 11011100 110010 101000

Color Harmonies of #33559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33559B

Black with #33559B

Text Example


Text Example

White with #33559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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