Html Css Color HEX #335096 Tory Blue

📋 copy color: '#335096'

red 51 ◦ green 80 ◦ blue 150

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

Shades of Tory Blue #335096

Tints of Tory Blue #335096

RGB

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

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

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

R = 18.15%
G = 28.47%
B = 53.38%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#335096 (or 0x335096) is known color: Tory Blue. HEX triplet: 33, 50 and 96. RGB value is (51,80,150). Sum of RGB (Red+Green+Blue) = 51+80+150=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #335096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335096 is #CCAF69. Grayscale: #4F4F4F. Windows color (decimal): -13414250 or 9850931. OLE color: 9850931.

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

Color convert

RGB 51 80 150 -
CMYK 0.66 0.47 0 0.41
HSL 222.42º 0.49% 0.39% -
HSV(B) 222.42º 0.66% 0.59% -
XYZ 9.74 8.64 30.01 -
YUV 79.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 51 80 150 0.66 0.47 0 0.41 222.42 0.49 0.39
Hex 33 50 96 42 2F 0 29 DE 31 27
Octal 63 120 226 102 57 0 51 336 61 47
Binary 110011 1010000 10010110 1000010 101111 0 101001 11011110 110001 100111

Color Harmonies of #335096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335096

Black with #335096

Text Example


Text Example

White with #335096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335096; }

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

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

background-color css

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

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

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

border-color css

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

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

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