Html Css Color HEX #3A459A Tory Blue

📋 copy color: '#3A459A'

red 58 ◦ green 69 ◦ blue 154

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

Shades of Tory Blue #3A459A

Tints of Tory Blue #3A459A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

 BLUE value IS 154 (60.55% from 255) = 54.8%

R = 20.64%
G = 24.56%
B = 54.8%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A459A (or 0x3A459A) is known color: Tory Blue. HEX triplet: 3A, 45 and 9A. RGB value is (58,69,154). Sum of RGB (Red+Green+Blue) = 58+69+154=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A459A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A459A is #C5BA65. Grayscale: #4B4B4B. Windows color (decimal): -12958310 or 10110266. OLE color: 10110266.

HSL color Cylindrical-coordinate representation of color #3A459A: hue angle of 233.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A459A is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 69 154 -
CMYK 0.62 0.55 0 0.40
HSL 233.13º 0.45% 0.42% -
HSV(B) 233.13º 0.62% 0.6% -
XYZ 9.71 7.49 31.51 -
YUV 75.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 58 69 154 0.62 0.55 0 0.40 233.13 0.45 0.42
Hex 3A 45 9A 3E 37 0 28 E9 2D 2A
Octal 72 105 232 76 67 0 50 351 55 52
Binary 111010 1000101 10011010 111110 110111 0 101000 11101001 101101 101010

Color Harmonies of #3A459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A459A

Black with #3A459A

Text Example


Text Example

White with #3A459A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,69,154); }

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

background-color css

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

 a { background-color: rgb(58,69,154); }

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

border-color css

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

 span { border-color: rgb(58,69,154); }

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