Html Css Color HEX #335594 Tory Blue

📋 copy color: '#335594'

red 51 ◦ green 85 ◦ blue 148

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

Shades of Tory Blue #335594

Tints of Tory Blue #335594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 17.96%
G = 29.93%
B = 52.11%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335594 (or 0x335594) is known color: Tory Blue. HEX triplet: 33, 55 and 94. RGB value is (51,85,148). Sum of RGB (Red+Green+Blue) = 51+85+148=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #335594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335594 is #CCAA6B. Grayscale: #515151. Windows color (decimal): -13412972 or 9721139. OLE color: 9721139.

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

Color convert

RGB 51 85 148 -
CMYK 0.66 0.43 0 0.42
HSL 218.97º 0.49% 0.39% -
HSV(B) 218.97º 0.66% 0.58% -
XYZ 9.96 9.34 29.29 -
YUV 82.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 51 85 148 0.66 0.43 0 0.42 218.97 0.49 0.39
Hex 33 55 94 42 2B 0 2A DB 31 27
Octal 63 125 224 102 53 0 52 333 61 47
Binary 110011 1010101 10010100 1000010 101011 0 101010 11011011 110001 100111

Color Harmonies of #335594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335594

Black with #335594

Text Example


Text Example

White with #335594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335594; }

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

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

background-color css

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

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

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

border-color css

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

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

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