Html Css Color HEX #3342A2 Tory Blue

📋 copy color: '#3342A2'

red 51 ◦ green 66 ◦ blue 162

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

Shades of Tory Blue #3342A2

Tints of Tory Blue #3342A2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 18.28%
G = 23.66%
B = 58.06%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3342A2 (or 0x3342A2) is known color: Tory Blue. HEX triplet: 33, 42 and A2. RGB value is (51,66,162). Sum of RGB (Red+Green+Blue) = 51+66+162=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 162 (63.67% from 255 or 58.06% from 279); Max value from RGB is 162 - color contains mainly: blue. Hex color #3342A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3342A2 is #CCBD5D. Grayscale: #484848. Windows color (decimal): -13417822 or 10633779. OLE color: 10633779.

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

Color convert

RGB 51 66 162 -
CMYK 0.69 0.59 0 0.36
HSL 231.89º 0.52% 0.42% -
HSV(B) 231.89º 0.69% 0.64% -
XYZ 9.84 7.21 35.06 -
YUV 72.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 51 66 162 0.69 0.59 0 0.36 231.89 0.52 0.42
Hex 33 42 A2 45 3B 0 24 E8 34 2A
Octal 63 102 242 105 73 0 44 350 64 52
Binary 110011 1000010 10100010 1000101 111011 0 100100 11101000 110100 101010

Color Harmonies of #3342A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3342A2

Black with #3342A2

Text Example


Text Example

White with #3342A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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