Html Css Color HEX #334A99 Tory Blue

📋 copy color: '#334A99'

red 51 ◦ green 74 ◦ blue 153

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

Shades of Tory Blue #334A99

Tints of Tory Blue #334A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 18.35%
G = 26.62%
B = 55.04%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#334A99 (or 0x334A99) is known color: Tory Blue. HEX triplet: 33, 4A and 99. RGB value is (51,74,153). Sum of RGB (Red+Green+Blue) = 51+74+153=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #334A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A99 is #CCB566. Grayscale: #4B4B4B. Windows color (decimal): -13415783 or 10046003. OLE color: 10046003.

HSL color Cylindrical-coordinate representation of color #334A99: hue angle of 226.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334A99 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 74 153 -
CMYK 0.67 0.52 0 0.4
HSL 226.47º 0.5% 0.4% -
HSV(B) 226.47º 0.67% 0.6% -
XYZ 9.56 7.9 31.16 -
YUV 76.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 51 74 153 0.67 0.52 0 0.4 226.47 0.5 0.4
Hex 33 4A 99 43 34 0 28 E2 32 28
Octal 63 112 231 103 64 0 50 342 62 50
Binary 110011 1001010 10011001 1000011 110100 0 101000 11100010 110010 101000

Color Harmonies of #334A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A99

Black with #334A99

Text Example


Text Example

White with #334A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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