Html Css Color HEX #334696 Tory Blue

📋 copy color: '#334696'

red 51 ◦ green 70 ◦ blue 150

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

Shades of Tory Blue #334696

Tints of Tory Blue #334696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 18.82%
G = 25.83%
B = 55.35%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#334696 (or 0x334696) is known color: Tory Blue. HEX triplet: 33, 46 and 96. RGB value is (51,70,150). Sum of RGB (Red+Green+Blue) = 51+70+150=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #334696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334696 is #CCB969. Grayscale: #494949. Windows color (decimal): -13416810 or 9848371. OLE color: 9848371.

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

Color convert

RGB 51 70 150 -
CMYK 0.66 0.53 0 0.41
HSL 228.48º 0.49% 0.39% -
HSV(B) 228.48º 0.66% 0.59% -
XYZ 9.06 7.29 29.78 -
YUV 73.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 51 70 150 0.66 0.53 0 0.41 228.48 0.49 0.39
Hex 33 46 96 42 35 0 29 E4 31 27
Octal 63 106 226 102 65 0 51 344 61 47
Binary 110011 1000110 10010110 1000010 110101 0 101001 11100100 110001 100111

Color Harmonies of #334696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334696

Black with #334696

Text Example


Text Example

White with #334696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334696; }

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

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

background-color css

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

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

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

border-color css

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

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

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