Html Css Color HEX #3347A4 Tory Blue

📋 copy color: '#3347A4'

red 51 ◦ green 71 ◦ blue 164

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

Shades of Tory Blue #3347A4

Tints of Tory Blue #3347A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 57.34%

R = 17.83%
G = 24.83%
B = 57.34%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3347A4 (or 0x3347A4) is known color: Tory Blue. HEX triplet: 33, 47 and A4. RGB value is (51,71,164). Sum of RGB (Red+Green+Blue) = 51+71+164=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #3347A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3347A4 is #CCB85B. Grayscale: #4B4B4B. Windows color (decimal): -13416540 or 10766131. OLE color: 10766131.

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

Color convert

RGB 51 71 164 -
CMYK 0.69 0.57 0 0.36
HSL 229.38º 0.53% 0.42% -
HSV(B) 229.38º 0.69% 0.64% -
XYZ 10.32 7.89 36.1 -
YUV 75.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 51 71 164 0.69 0.57 0 0.36 229.38 0.53 0.42
Hex 33 47 A4 45 39 0 24 E5 35 2A
Octal 63 107 244 105 71 0 44 345 65 52
Binary 110011 1000111 10100100 1000101 111001 0 100100 11100101 110101 101010

Color Harmonies of #3347A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3347A4

Black with #3347A4

Text Example


Text Example

White with #3347A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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