Html Css Color HEX #334F90 Tory Blue

📋 copy color: '#334F90'

red 51 ◦ green 79 ◦ blue 144

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

Shades of Tory Blue #334F90

Tints of Tory Blue #334F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 18.61%
G = 28.83%
B = 52.55%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#334F90 (or 0x334F90) is known color: Tory Blue. HEX triplet: 33, 4F and 90. RGB value is (51,79,144). Sum of RGB (Red+Green+Blue) = 51+79+144=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #334F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F90 is #CCB06F. Grayscale: #4D4D4D. Windows color (decimal): -13414512 or 9457459. OLE color: 9457459.

HSL color Cylindrical-coordinate representation of color #334F90: hue angle of 221.94º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334F90 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 79 144 -
CMYK 0.65 0.45 0 0.44
HSL 221.94º 0.48% 0.38% -
HSV(B) 221.94º 0.65% 0.56% -
XYZ 9.2 8.31 27.5 -
YUV 78.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 51 79 144 0.65 0.45 0 0.44 221.94 0.48 0.38
Hex 33 4F 90 41 2D 0 2C DE 30 26
Octal 63 117 220 101 55 0 54 336 60 46
Binary 110011 1001111 10010000 1000001 101101 0 101100 11011110 110000 100110

Color Harmonies of #334F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F90

Black with #334F90

Text Example


Text Example

White with #334F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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