Html Css Color HEX #335192 Tory Blue

📋 copy color: '#335192'

red 51 ◦ green 81 ◦ blue 146

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

Shades of Tory Blue #335192

Tints of Tory Blue #335192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

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

R = 18.35%
G = 29.14%
B = 52.52%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#335192 (or 0x335192) is known color: Tory Blue. HEX triplet: 33, 51 and 92. RGB value is (51,81,146). Sum of RGB (Red+Green+Blue) = 51+81+146=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #335192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335192 is #CCAE6D. Grayscale: #4F4F4F. Windows color (decimal): -13413998 or 9589043. OLE color: 9589043.

HSL color Cylindrical-coordinate representation of color #335192: hue angle of 221.05º 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 #335192 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 81 146 -
CMYK 0.65 0.45 0 0.43
HSL 221.05º 0.48% 0.39% -
HSV(B) 221.05º 0.65% 0.57% -
XYZ 9.5 8.66 28.37 -
YUV 79.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 51 81 146 0.65 0.45 0 0.43 221.05 0.48 0.39
Hex 33 51 92 41 2D 0 2B DD 30 27
Octal 63 121 222 101 55 0 53 335 60 47
Binary 110011 1010001 10010010 1000001 101101 0 101011 11011101 110000 100111

Color Harmonies of #335192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335192

Black with #335192

Text Example


Text Example

White with #335192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335192; }

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

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

background-color css

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

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

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

border-color css

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

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

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