Html Css Color HEX #335796 Tory Blue

📋 copy color: '#335796'

red 51 ◦ green 87 ◦ blue 150

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

Shades of Tory Blue #335796

Tints of Tory Blue #335796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 17.71%
G = 30.21%
B = 52.08%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#335796 (or 0x335796) is known color: Tory Blue. HEX triplet: 33, 57 and 96. RGB value is (51,87,150). Sum of RGB (Red+Green+Blue) = 51+87+150=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #335796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335796 is #CCA869. Grayscale: #535353. Windows color (decimal): -13412458 or 9852723. OLE color: 9852723.

HSL color Cylindrical-coordinate representation of color #335796: hue angle of 218.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335796 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 87 150 -
CMYK 0.66 0.42 0 0.41
HSL 218.18º 0.49% 0.39% -
HSV(B) 218.18º 0.66% 0.59% -
XYZ 10.28 9.72 30.19 -
YUV 83.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 51 87 150 0.66 0.42 0 0.41 218.18 0.49 0.39
Hex 33 57 96 42 2A 0 29 DA 31 27
Octal 63 127 226 102 52 0 51 332 61 47
Binary 110011 1010111 10010110 1000010 101010 0 101001 11011010 110001 100111

Color Harmonies of #335796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335796

Black with #335796

Text Example


Text Example

White with #335796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335796; }

 p { color: rgb(51,87,150); }

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

background-color css

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

 a { background-color: rgb(51,87,150); }

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

border-color css

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

 span { border-color: rgb(51,87,150); }

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