Html Css Color HEX #334AA2 Tory Blue

📋 copy color: '#334AA2'

red 51 ◦ green 74 ◦ blue 162

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

Shades of Tory Blue #334AA2

Tints of Tory Blue #334AA2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

 BLUE value IS 162 (63.67% from 255) = 56.45%

R = 17.77%
G = 25.78%
B = 56.45%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#334AA2 (or 0x334AA2) is known color: Tory Blue. HEX triplet: 33, 4A and A2. RGB value is (51,74,162). Sum of RGB (Red+Green+Blue) = 51+74+162=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #334AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334AA2 is #CCB55D. Grayscale: #4C4C4C. Windows color (decimal): -13415774 or 10635827. OLE color: 10635827.

HSL color Cylindrical-coordinate representation of color #334AA2: hue angle of 227.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334AA2 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 74 162 -
CMYK 0.69 0.54 0 0.36
HSL 227.57º 0.52% 0.42% -
HSV(B) 227.57º 0.69% 0.64% -
XYZ 10.34 8.21 35.22 -
YUV 77.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 51 74 162 0.69 0.54 0 0.36 227.57 0.52 0.42
Hex 33 4A A2 45 36 0 24 E4 34 2A
Octal 63 112 242 105 66 0 44 344 64 52
Binary 110011 1001010 10100010 1000101 110110 0 100100 11100100 110100 101010

Color Harmonies of #334AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AA2

Black with #334AA2

Text Example


Text Example

White with #334AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,74,162); }

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

background-color css

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

 a { background-color: rgb(51,74,162); }

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

border-color css

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

 span { border-color: rgb(51,74,162); }

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