Html Css Color HEX #334F99 Tory Blue

📋 copy color: '#334F99'

red 51 ◦ green 79 ◦ blue 153

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

Shades of Tory Blue #334F99

Tints of Tory Blue #334F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

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

R = 18.02%
G = 27.92%
B = 54.06%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#334F99 (or 0x334F99) is known color: Tory Blue. HEX triplet: 33, 4F and 99. RGB value is (51,79,153). Sum of RGB (Red+Green+Blue) = 51+79+153=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #334F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F99 is #CCB066. Grayscale: #4E4E4E. Windows color (decimal): -13414503 or 10047283. OLE color: 10047283.

HSL color Cylindrical-coordinate representation of color #334F99: hue angle of 223.53º 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 #334F99 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 79 153 -
CMYK 0.67 0.48 0 0.4
HSL 223.53º 0.5% 0.4% -
HSV(B) 223.53º 0.67% 0.6% -
XYZ 9.91 8.6 31.27 -
YUV 79.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 51 79 153 0.67 0.48 0 0.4 223.53 0.5 0.4
Hex 33 4F 99 43 30 0 28 E0 32 28
Octal 63 117 231 103 60 0 50 340 62 50
Binary 110011 1001111 10011001 1000011 110000 0 101000 11100000 110010 101000

Color Harmonies of #334F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F99

Black with #334F99

Text Example


Text Example

White with #334F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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