Html Css Color HEX #335592 Tory Blue

📋 copy color: '#335592'

red 51 ◦ green 85 ◦ blue 146

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

Shades of Tory Blue #335592

Tints of Tory Blue #335592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 18.09%
G = 30.14%
B = 51.77%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#335592 (or 0x335592) is known color: Tory Blue. HEX triplet: 33, 55 and 92. RGB value is (51,85,146). Sum of RGB (Red+Green+Blue) = 51+85+146=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #335592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335592 is #CCAA6D. Grayscale: #515151. Windows color (decimal): -13412974 or 9590067. OLE color: 9590067.

HSL color Cylindrical-coordinate representation of color #335592: hue angle of 218.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335592 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 85 146 -
CMYK 0.65 0.42 0 0.43
HSL 218.53º 0.48% 0.39% -
HSV(B) 218.53º 0.65% 0.57% -
XYZ 9.8 9.28 28.47 -
YUV 81.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 51 85 146 0.65 0.42 0 0.43 218.53 0.48 0.39
Hex 33 55 92 41 2A 0 2B DB 30 27
Octal 63 125 222 101 52 0 53 333 60 47
Binary 110011 1010101 10010010 1000001 101010 0 101011 11011011 110000 100111

Color Harmonies of #335592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335592

Black with #335592

Text Example


Text Example

White with #335592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335592; }

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

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

background-color css

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

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

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

border-color css

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

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

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