Html Css Color HEX #335094 Tory Blue

📋 copy color: '#335094'

red 51 ◦ green 80 ◦ blue 148

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

Shades of Tory Blue #335094

Tints of Tory Blue #335094

RGB

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

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

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

R = 18.28%
G = 28.67%
B = 53.05%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335094 (or 0x335094) is known color: Tory Blue. HEX triplet: 33, 50 and 94. RGB value is (51,80,148). Sum of RGB (Red+Green+Blue) = 51+80+148=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #335094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335094 is #CCAF6B. Grayscale: #4E4E4E. Windows color (decimal): -13414252 or 9719859. OLE color: 9719859.

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

Color convert

RGB 51 80 148 -
CMYK 0.66 0.46 0 0.42
HSL 222.06º 0.49% 0.39% -
HSV(B) 222.06º 0.66% 0.58% -
XYZ 9.58 8.58 29.17 -
YUV 79.08 166.89 107.97 -
System Red Green Blue C M Y K H S L
Decimal 51 80 148 0.66 0.46 0 0.42 222.06 0.49 0.39
Hex 33 50 94 42 2E 0 2A DE 31 27
Octal 63 120 224 102 56 0 52 336 61 47
Binary 110011 1010000 10010100 1000010 101110 0 101010 11011110 110001 100111

Color Harmonies of #335094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335094

Black with #335094

Text Example


Text Example

White with #335094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335094; }

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

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

background-color css

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

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

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

border-color css

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

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

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