Html Css Color HEX #334C95 Tory Blue

📋 copy color: '#334C95'

red 51 ◦ green 76 ◦ blue 149

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

Shades of Tory Blue #334C95

Tints of Tory Blue #334C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 18.48%
G = 27.54%
B = 53.99%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#334C95 (or 0x334C95) is known color: Tory Blue. HEX triplet: 33, 4C and 95. RGB value is (51,76,149). Sum of RGB (Red+Green+Blue) = 51+76+149=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #334C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C95 is #CCB36A. Grayscale: #4C4C4C. Windows color (decimal): -13415275 or 9784371. OLE color: 9784371.

HSL color Cylindrical-coordinate representation of color #334C95: hue angle of 224.69º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334C95 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 76 149 -
CMYK 0.66 0.49 0 0.42
HSL 224.69º 0.49% 0.39% -
HSV(B) 224.69º 0.66% 0.58% -
XYZ 9.37 8.04 29.49 -
YUV 76.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 51 76 149 0.66 0.49 0 0.42 224.69 0.49 0.39
Hex 33 4C 95 42 31 0 2A E1 31 27
Octal 63 114 225 102 61 0 52 341 61 47
Binary 110011 1001100 10010101 1000010 110001 0 101010 11100001 110001 100111

Color Harmonies of #334C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C95

Black with #334C95

Text Example


Text Example

White with #334C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,76,149); }

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

background-color css

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

 a { background-color: rgb(51,76,149); }

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

border-color css

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

 span { border-color: rgb(51,76,149); }

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