Html Css Color HEX #334196 Tory Blue

📋 copy color: '#334196'

red 51 ◦ green 65 ◦ blue 150

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

Shades of Tory Blue #334196

Tints of Tory Blue #334196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

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

R = 19.17%
G = 24.44%
B = 56.39%

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

#334196 (or 0x334196) is known color: Tory Blue. HEX triplet: 33, 41 and 96. RGB value is (51,65,150). Sum of RGB (Red+Green+Blue) = 51+65+150=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #334196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334196 is #CCBE69. Grayscale: #464646. Windows color (decimal): -13418090 or 9847091. OLE color: 9847091.

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

Color convert

RGB 51 65 150 -
CMYK 0.66 0.57 0 0.41
HSL 231.52º 0.49% 0.39% -
HSV(B) 231.52º 0.66% 0.59% -
XYZ 8.76 6.69 29.68 -
YUV 70.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 51 65 150 0.66 0.57 0 0.41 231.52 0.49 0.39
Hex 33 41 96 42 39 0 29 E8 31 27
Octal 63 101 226 102 71 0 51 350 61 47
Binary 110011 1000001 10010110 1000010 111001 0 101001 11101000 110001 100111

Color Harmonies of #334196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334196

Black with #334196

Text Example


Text Example

White with #334196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334196; }

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

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

background-color css

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

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

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

border-color css

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

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

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