Html Css Color HEX #334597 Tory Blue

📋 copy color: '#334597'

red 51 ◦ green 69 ◦ blue 151

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

Shades of Tory Blue #334597

Tints of Tory Blue #334597

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 151 (59.38% from 255) = 55.72%

R = 18.82%
G = 25.46%
B = 55.72%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#334597 (or 0x334597) is known color: Tory Blue. HEX triplet: 33, 45 and 97. RGB value is (51,69,151). Sum of RGB (Red+Green+Blue) = 51+69+151=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #334597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334597 is #CCBA68. Grayscale: #484848. Windows color (decimal): -13417065 or 9913651. OLE color: 9913651.

HSL color Cylindrical-coordinate representation of color #334597: hue angle of 229.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334597 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 69 151 -
CMYK 0.66 0.54 0 0.41
HSL 229.2º 0.5% 0.4% -
HSV(B) 229.2º 0.66% 0.59% -
XYZ 9.08 7.19 30.19 -
YUV 72.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 51 69 151 0.66 0.54 0 0.41 229.2 0.5 0.4
Hex 33 45 97 42 36 0 29 E5 32 28
Octal 63 105 227 102 66 0 51 345 62 50
Binary 110011 1000101 10010111 1000010 110110 0 101001 11100101 110010 101000

Color Harmonies of #334597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334597

Black with #334597

Text Example


Text Example

White with #334597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334597; }

 p { color: rgb(51,69,151); }

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

background-color css

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

 a { background-color: rgb(51,69,151); }

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

border-color css

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

 span { border-color: rgb(51,69,151); }

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