Html Css Color HEX #335498 Tory Blue

📋 copy color: '#335498'

red 51 ◦ green 84 ◦ blue 152

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

Shades of Tory Blue #335498

Tints of Tory Blue #335498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.27%

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 17.77%
G = 29.27%
B = 52.96%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#335498 (or 0x335498) is known color: Tory Blue. HEX triplet: 33, 54 and 98. RGB value is (51,84,152). Sum of RGB (Red+Green+Blue) = 51+84+152=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #335498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335498 is #CCAB67. Grayscale: #515151. Windows color (decimal): -13413224 or 9983027. OLE color: 9983027.

HSL color Cylindrical-coordinate representation of color #335498: hue angle of 220.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335498 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 84 152 -
CMYK 0.66 0.45 0 0.40
HSL 220.4º 0.5% 0.4% -
HSV(B) 220.4º 0.66% 0.6% -
XYZ 10.2 9.31 30.97 -
YUV 81.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 51 84 152 0.66 0.45 0 0.40 220.4 0.5 0.4
Hex 33 54 98 42 2D 0 28 DC 32 28
Octal 63 124 230 102 55 0 50 334 62 50
Binary 110011 1010100 10011000 1000010 101101 0 101000 11011100 110010 101000

Color Harmonies of #335498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335498

Black with #335498

Text Example


Text Example

White with #335498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335498; }

 p { color: rgb(51,84,152); }

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

background-color css

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

 a { background-color: rgb(51,84,152); }

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

border-color css

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

 span { border-color: rgb(51,84,152); }

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