Html Css Color HEX #334297 Tory Blue

📋 copy color: '#334297'

red 51 ◦ green 66 ◦ blue 151

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

Shades of Tory Blue #334297

Tints of Tory Blue #334297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

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

R = 19.03%
G = 24.63%
B = 56.34%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#334297 (or 0x334297) is known color: Tory Blue. HEX triplet: 33, 42 and 97. RGB value is (51,66,151). Sum of RGB (Red+Green+Blue) = 51+66+151=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #334297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334297 is #CCBD68. Grayscale: #464646. Windows color (decimal): -13417833 or 9912883. OLE color: 9912883.

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

Color convert

RGB 51 66 151 -
CMYK 0.66 0.56 0 0.41
HSL 231º 0.5% 0.4% -
HSV(B) 231º 0.66% 0.59% -
XYZ 8.9 6.83 30.13 -
YUV 71.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 51 66 151 0.66 0.56 0 0.41 231 0.5 0.4
Hex 33 42 97 42 38 0 29 E7 32 28
Octal 63 102 227 102 70 0 51 347 62 50
Binary 110011 1000010 10010111 1000010 111000 0 101001 11100111 110010 101000

Color Harmonies of #334297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334297

Black with #334297

Text Example


Text Example

White with #334297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334297; }

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

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

background-color css

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

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

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

border-color css

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

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

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