Html Css Color HEX #3A469C Tory Blue

📋 copy color: '#3A469C'

red 58 ◦ green 70 ◦ blue 156

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

Shades of Tory Blue #3A469C

Tints of Tory Blue #3A469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

 BLUE value IS 156 (61.33% from 255) = 54.93%

R = 20.42%
G = 24.65%
B = 54.93%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A469C (or 0x3A469C) is known color: Tory Blue. HEX triplet: 3A, 46 and 9C. RGB value is (58,70,156). Sum of RGB (Red+Green+Blue) = 58+70+156=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A469C is #C5B963. Grayscale: #4B4B4B. Windows color (decimal): -12958052 or 10241594. OLE color: 10241594.

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

Color convert

RGB 58 70 156 -
CMYK 0.63 0.55 0 0.39
HSL 232.65º 0.46% 0.42% -
HSV(B) 232.65º 0.63% 0.61% -
XYZ 9.94 7.68 32.41 -
YUV 76.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 58 70 156 0.63 0.55 0 0.39 232.65 0.46 0.42
Hex 3A 46 9C 3F 37 0 27 E9 2E 2A
Octal 72 106 234 77 67 0 47 351 56 52
Binary 111010 1000110 10011100 111111 110111 0 100111 11101001 101110 101010

Color Harmonies of #3A469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A469C

Black with #3A469C

Text Example


Text Example

White with #3A469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,70,156); }

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

background-color css

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

 a { background-color: rgb(58,70,156); }

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

border-color css

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

 span { border-color: rgb(58,70,156); }

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