Html Css Color HEX #334099 Tory Blue

📋 copy color: '#334099'

red 51 ◦ green 64 ◦ blue 153

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

Shades of Tory Blue #334099

Tints of Tory Blue #334099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

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

R = 19.03%
G = 23.88%
B = 57.09%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#334099 (or 0x334099) is known color: Tory Blue. HEX triplet: 33, 40 and 99. RGB value is (51,64,153). Sum of RGB (Red+Green+Blue) = 51+64+153=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #334099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334099 is #CCBF66. Grayscale: #454545. Windows color (decimal): -13418343 or 10043443. OLE color: 10043443.

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

Color convert

RGB 51 64 153 -
CMYK 0.67 0.58 0 0.4
HSL 232.35º 0.5% 0.4% -
HSV(B) 232.35º 0.67% 0.6% -
XYZ 8.95 6.67 30.95 -
YUV 70.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 51 64 153 0.67 0.58 0 0.4 232.35 0.5 0.4
Hex 33 40 99 43 3A 0 28 E8 32 28
Octal 63 100 231 103 72 0 50 350 62 50
Binary 110011 1000000 10011001 1000011 111010 0 101000 11101000 110010 101000

Color Harmonies of #334099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334099

Black with #334099

Text Example


Text Example

White with #334099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334099; }

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

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

background-color css

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

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

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

border-color css

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

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

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