Html Css Color HEX #33518E Tory Blue

📋 copy color: '#33518E'

red 51 ◦ green 81 ◦ blue 142

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

Shades of Tory Blue #33518E

Tints of Tory Blue #33518E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 142 (55.86% from 255) = 51.82%

R = 18.61%
G = 29.56%
B = 51.82%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33518E (or 0x33518E) is known color: Tory Blue. HEX triplet: 33, 51 and 8E. RGB value is (51,81,142). Sum of RGB (Red+Green+Blue) = 51+81+142=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #33518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33518E is #CCAE71. Grayscale: #4E4E4E. Windows color (decimal): -13414002 or 9326899. OLE color: 9326899.

HSL color Cylindrical-coordinate representation of color #33518E: hue angle of 220.22º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33518E is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 81 142 -
CMYK 0.64 0.43 0 0.44
HSL 220.22º 0.47% 0.38% -
HSV(B) 220.22º 0.64% 0.56% -
XYZ 9.19 8.54 26.76 -
YUV 78.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 51 81 142 0.64 0.43 0 0.44 220.22 0.47 0.38
Hex 33 51 8E 40 2B 0 2C DC 2F 26
Octal 63 121 216 100 53 0 54 334 57 46
Binary 110011 1010001 10001110 1000000 101011 0 101100 11011100 101111 100110

Color Harmonies of #33518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33518E

Black with #33518E

Text Example


Text Example

White with #33518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,81,142); }

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

background-color css

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

 a { background-color: rgb(51,81,142); }

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

border-color css

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

 span { border-color: rgb(51,81,142); }

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