Html Css Color HEX #334F98 Tory Blue

📋 copy color: '#334F98'

red 51 ◦ green 79 ◦ blue 152

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

Shades of Tory Blue #334F98

Tints of Tory Blue #334F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.9%

R = 18.09%
G = 28.01%
B = 53.9%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#334F98 (or 0x334F98) is known color: Tory Blue. HEX triplet: 33, 4F and 98. RGB value is (51,79,152). Sum of RGB (Red+Green+Blue) = 51+79+152=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #334F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F98 is #CCB067. Grayscale: #4E4E4E. Windows color (decimal): -13414504 or 9981747. OLE color: 9981747.

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

Color convert

RGB 51 79 152 -
CMYK 0.66 0.48 0 0.40
HSL 223.37º 0.5% 0.4% -
HSV(B) 223.37º 0.66% 0.6% -
XYZ 9.83 8.56 30.84 -
YUV 78.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 51 79 152 0.66 0.48 0 0.40 223.37 0.5 0.4
Hex 33 4F 98 42 30 0 28 DF 32 28
Octal 63 117 230 102 60 0 50 337 62 50
Binary 110011 1001111 10011000 1000010 110000 0 101000 11011111 110010 101000

Color Harmonies of #334F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F98

Black with #334F98

Text Example


Text Example

White with #334F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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