Html Css Color HEX #3A429D Tory Blue

📋 copy color: '#3A429D'

red 58 ◦ green 66 ◦ blue 157

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

Shades of Tory Blue #3A429D

Tints of Tory Blue #3A429D

RGB

 RED value IS 58 (23.05% from 255) = 20.64%

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

 BLUE value IS 157 (61.72% from 255) = 55.87%

R = 20.64%
G = 23.49%
B = 55.87%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A429D (or 0x3A429D) is known color: Tory Blue. HEX triplet: 3A, 42 and 9D. RGB value is (58,66,157). Sum of RGB (Red+Green+Blue) = 58+66+157=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A429D is #C5BD62. Grayscale: #494949. Windows color (decimal): -12959075 or 10306106. OLE color: 10306106.

HSL color Cylindrical-coordinate representation of color #3A429D: hue angle of 235.15º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A429D is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 66 157 -
CMYK 0.63 0.58 0 0.38
HSL 235.15º 0.46% 0.42% -
HSV(B) 235.15º 0.63% 0.62% -
XYZ 9.78 7.23 32.78 -
YUV 73.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 58 66 157 0.63 0.58 0 0.38 235.15 0.46 0.42
Hex 3A 42 9D 3F 3A 0 26 EB 2E 2A
Octal 72 102 235 77 72 0 46 353 56 52
Binary 111010 1000010 10011101 111111 111010 0 100110 11101011 101110 101010

Color Harmonies of #3A429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A429D

Black with #3A429D

Text Example


Text Example

White with #3A429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A429D; }

 p { color: rgb(58,66,157); }

 H1.HeaderClassName
 {
   color: #3A429D;
 }
 .AnyTagClassName
 {
   color: #3A429D;
 }
</style>

background-color css

<style>
 a { background-color: #3A429D; }

 a { background-color: rgb(58,66,157); }

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

border-color css

<style>
 span { border-color: #3A429D; }

 span { border-color: rgb(58,66,157); }

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