Html Css Color HEX #3542A4 Tory Blue

📋 copy color: '#3542A4'

red 53 ◦ green 66 ◦ blue 164

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

Shades of Tory Blue #3542A4

Tints of Tory Blue #3542A4

RGB

 RED value IS 53 (21.09% from 255) = 18.73%

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

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

R = 18.73%
G = 23.32%
B = 57.95%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3542A4 (or 0x3542A4) is known color: Tory Blue. HEX triplet: 35, 42 and A4. RGB value is (53,66,164). Sum of RGB (Red+Green+Blue) = 53+66+164=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #3542A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3542A4 is #CABD5B. Grayscale: #484848. Windows color (decimal): -13286748 or 10764853. OLE color: 10764853.

HSL color Cylindrical-coordinate representation of color #3542A4: hue angle of 232.97º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3542A4 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 66 164 -
CMYK 0.68 0.60 0 0.36
HSL 232.97º 0.51% 0.43% -
HSV(B) 232.97º 0.68% 0.64% -
XYZ 10.12 7.33 36 -
YUV 73.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 53 66 164 0.68 0.60 0 0.36 232.97 0.51 0.43
Hex 35 42 A4 44 3C 0 24 E9 33 2B
Octal 65 102 244 104 74 0 44 351 63 53
Binary 110101 1000010 10100100 1000100 111100 0 100100 11101001 110011 101011

Color Harmonies of #3542A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3542A4

Black with #3542A4

Text Example


Text Example

White with #3542A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,66,164); }

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

background-color css

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

 a { background-color: rgb(53,66,164); }

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

border-color css

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

 span { border-color: rgb(53,66,164); }

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