Html Css Color HEX #334A93 Tory Blue

📋 copy color: '#334A93'

red 51 ◦ green 74 ◦ blue 147

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

Shades of Tory Blue #334A93

Tints of Tory Blue #334A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

 BLUE value IS 147 (57.81% from 255) = 54.04%

R = 18.75%
G = 27.21%
B = 54.04%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#334A93 (or 0x334A93) is known color: Tory Blue. HEX triplet: 33, 4A and 93. RGB value is (51,74,147). Sum of RGB (Red+Green+Blue) = 51+74+147=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #334A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A93 is #CCB56C. Grayscale: #4B4B4B. Windows color (decimal): -13415789 or 9652787. OLE color: 9652787.

HSL color Cylindrical-coordinate representation of color #334A93: hue angle of 225.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334A93 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 74 147 -
CMYK 0.65 0.50 0 0.42
HSL 225.63º 0.48% 0.39% -
HSV(B) 225.63º 0.65% 0.58% -
XYZ 9.08 7.71 28.61 -
YUV 75.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 51 74 147 0.65 0.50 0 0.42 225.63 0.48 0.39
Hex 33 4A 93 41 32 0 2A E2 30 27
Octal 63 112 223 101 62 0 52 342 60 47
Binary 110011 1001010 10010011 1000001 110010 0 101010 11100010 110000 100111

Color Harmonies of #334A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A93

Black with #334A93

Text Example


Text Example

White with #334A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334A93; }

 p { color: rgb(51,74,147); }

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

background-color css

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

 a { background-color: rgb(51,74,147); }

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

border-color css

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

 span { border-color: rgb(51,74,147); }

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