Html Css Color HEX #3347A2 Tory Blue

📋 copy color: '#3347A2'

red 51 ◦ green 71 ◦ blue 162

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

Shades of Tory Blue #3347A2

Tints of Tory Blue #3347A2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 17.96%
G = 25%
B = 57.04%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3347A2 (or 0x3347A2) is known color: Tory Blue. HEX triplet: 33, 47 and A2. RGB value is (51,71,162). Sum of RGB (Red+Green+Blue) = 51+71+162=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 162 (63.67% from 255 or 57.04% from 284); Max value from RGB is 162 - color contains mainly: blue. Hex color #3347A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3347A2 is #CCB85D. Grayscale: #4B4B4B. Windows color (decimal): -13416542 or 10635059. OLE color: 10635059.

HSL color Cylindrical-coordinate representation of color #3347A2: hue angle of 229.19º 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 #3347A2 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 71 162 -
CMYK 0.69 0.56 0 0.36
HSL 229.19º 0.52% 0.42% -
HSV(B) 229.19º 0.69% 0.64% -
XYZ 10.14 7.82 35.16 -
YUV 75.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 51 71 162 0.69 0.56 0 0.36 229.19 0.52 0.42
Hex 33 47 A2 45 38 0 24 E5 34 2A
Octal 63 107 242 105 70 0 44 345 64 52
Binary 110011 1000111 10100010 1000101 111000 0 100100 11100101 110100 101010

Color Harmonies of #3347A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3347A2

Black with #3347A2

Text Example


Text Example

White with #3347A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3347A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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