Html Css Color HEX #33518D Tory Blue

📋 copy color: '#33518D'

red 51 ◦ green 81 ◦ blue 141

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

Shades of Tory Blue #33518D

Tints of Tory Blue #33518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.65%

R = 18.68%
G = 29.67%
B = 51.65%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33518D (or 0x33518D) is known color: Tory Blue. HEX triplet: 33, 51 and 8D. RGB value is (51,81,141). Sum of RGB (Red+Green+Blue) = 51+81+141=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #33518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33518D is #CCAE72. Grayscale: #4E4E4E. Windows color (decimal): -13414003 or 9261363. OLE color: 9261363.

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

Color convert

RGB 51 81 141 -
CMYK 0.64 0.43 0 0.45
HSL 220º 0.47% 0.38% -
HSV(B) 220º 0.64% 0.55% -
XYZ 9.12 8.51 26.36 -
YUV 78.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 51 81 141 0.64 0.43 0 0.45 220 0.47 0.38
Hex 33 51 8D 40 2B 0 2D DC 2F 26
Octal 63 121 215 100 53 0 55 334 57 46
Binary 110011 1010001 10001101 1000000 101011 0 101101 11011100 101111 100110

Color Harmonies of #33518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33518D

Black with #33518D

Text Example


Text Example

White with #33518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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