Html Css Color HEX #334197 Tory Blue

📋 copy color: '#334197'

red 51 ◦ green 65 ◦ blue 151

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

Shades of Tory Blue #334197

Tints of Tory Blue #334197

RGB

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

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

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

R = 19.1%
G = 24.34%
B = 56.55%

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

#334197 (or 0x334197) is known color: Tory Blue. HEX triplet: 33, 41 and 97. RGB value is (51,65,151). Sum of RGB (Red+Green+Blue) = 51+65+151=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #334197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334197 is #CCBE68. Grayscale: #464646. Windows color (decimal): -13418089 or 9912627. OLE color: 9912627.

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

Color convert

RGB 51 65 151 -
CMYK 0.66 0.57 0 0.41
HSL 231.6º 0.5% 0.4% -
HSV(B) 231.6º 0.66% 0.59% -
XYZ 8.84 6.72 30.11 -
YUV 70.62 173.36 114.01 -
System Red Green Blue C M Y K H S L
Decimal 51 65 151 0.66 0.57 0 0.41 231.6 0.5 0.4
Hex 33 41 97 42 39 0 29 E8 32 28
Octal 63 101 227 102 71 0 51 350 62 50
Binary 110011 1000001 10010111 1000010 111001 0 101001 11101000 110010 101000

Color Harmonies of #334197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334197

Black with #334197

Text Example


Text Example

White with #334197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334197; }

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

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

background-color css

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

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

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

border-color css

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

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

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