Html Css Color HEX #334096 Tory Blue

📋 copy color: '#334096'

red 51 ◦ green 64 ◦ blue 150

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

Shades of Tory Blue #334096

Tints of Tory Blue #334096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 19.25%
G = 24.15%
B = 56.6%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#334096 (or 0x334096) is known color: Tory Blue. HEX triplet: 33, 40 and 96. RGB value is (51,64,150). Sum of RGB (Red+Green+Blue) = 51+64+150=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #334096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334096 is #CCBF69. Grayscale: #454545. Windows color (decimal): -13418346 or 9846835. OLE color: 9846835.

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

Color convert

RGB 51 64 150 -
CMYK 0.66 0.57 0 0.41
HSL 232.12º 0.49% 0.39% -
HSV(B) 232.12º 0.66% 0.59% -
XYZ 8.7 6.57 29.66 -
YUV 69.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 51 64 150 0.66 0.57 0 0.41 232.12 0.49 0.39
Hex 33 40 96 42 39 0 29 E8 31 27
Octal 63 100 226 102 71 0 51 350 61 47
Binary 110011 1000000 10010110 1000010 111001 0 101001 11101000 110001 100111

Color Harmonies of #334096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334096

Black with #334096

Text Example


Text Example

White with #334096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334096; }

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

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

background-color css

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

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

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

border-color css

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

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

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