Html Css Color HEX #335098 Tory Blue

📋 copy color: '#335098'

red 51 ◦ green 80 ◦ blue 152

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

Shades of Tory Blue #335098

Tints of Tory Blue #335098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

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

R = 18.02%
G = 28.27%
B = 53.71%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#335098 (or 0x335098) is known color: Tory Blue. HEX triplet: 33, 50 and 98. RGB value is (51,80,152). Sum of RGB (Red+Green+Blue) = 51+80+152=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #335098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335098 is #CCAF67. Grayscale: #4F4F4F. Windows color (decimal): -13414248 or 9982003. OLE color: 9982003.

HSL color Cylindrical-coordinate representation of color #335098: hue angle of 222.77º 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 #335098 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 80 152 -
CMYK 0.66 0.47 0 0.40
HSL 222.77º 0.5% 0.4% -
HSV(B) 222.77º 0.66% 0.6% -
XYZ 9.9 8.71 30.86 -
YUV 79.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 51 80 152 0.66 0.47 0 0.40 222.77 0.5 0.4
Hex 33 50 98 42 2F 0 28 DF 32 28
Octal 63 120 230 102 57 0 50 337 62 50
Binary 110011 1010000 10011000 1000010 101111 0 101000 11011111 110010 101000

Color Harmonies of #335098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335098

Black with #335098

Text Example


Text Example

White with #335098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335098; }

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

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

background-color css

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

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

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

border-color css

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

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

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