Html Css Color HEX #334496 Tory Blue

📋 copy color: '#334496'

red 51 ◦ green 68 ◦ blue 150

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

Shades of Tory Blue #334496

Tints of Tory Blue #334496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 18.96%
G = 25.28%
B = 55.76%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#334496 (or 0x334496) is known color: Tory Blue. HEX triplet: 33, 44 and 96. RGB value is (51,68,150). Sum of RGB (Red+Green+Blue) = 51+68+150=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #334496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334496 is #CCBB69. Grayscale: #474747. Windows color (decimal): -13417322 or 9847859. OLE color: 9847859.

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

Color convert

RGB 51 68 150 -
CMYK 0.66 0.55 0 0.41
HSL 229.7º 0.49% 0.39% -
HSV(B) 229.7º 0.66% 0.59% -
XYZ 8.94 7.04 29.74 -
YUV 72.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 51 68 150 0.66 0.55 0 0.41 229.7 0.49 0.39
Hex 33 44 96 42 37 0 29 E6 31 27
Octal 63 104 226 102 67 0 51 346 61 47
Binary 110011 1000100 10010110 1000010 110111 0 101001 11100110 110001 100111

Color Harmonies of #334496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334496

Black with #334496

Text Example


Text Example

White with #334496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334496; }

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

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

background-color css

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

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

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

border-color css

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

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

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