Html Css Color HEX #2A4393 Tory Blue

📋 copy color: '#2A4393'

red 42 ◦ green 67 ◦ blue 147

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

Shades of Tory Blue #2A4393

Tints of Tory Blue #2A4393

RGB

 RED value IS 42 (16.8% from 255) = 16.41%

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 16.41%
G = 26.17%
B = 57.42%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A4393 (or 0x2A4393) is known color: Tory Blue. HEX triplet: 2A, 43 and 93. RGB value is (42,67,147). Sum of RGB (Red+Green+Blue) = 42+67+147=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A4393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4393 is #D5BC6C. Grayscale: #444444. Windows color (decimal): -14007405 or 9650986. OLE color: 9650986.

HSL color Cylindrical-coordinate representation of color #2A4393: hue angle of 225.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A4393 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 67 147 -
CMYK 0.71 0.54 0 0.42
HSL 225.71º 0.56% 0.37% -
HSV(B) 225.71º 0.71% 0.58% -
XYZ 8.23 6.61 28.45 -
YUV 68.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 42 67 147 0.71 0.54 0 0.42 225.71 0.56 0.37
Hex 2A 43 93 47 36 0 2A E2 38 25
Octal 52 103 223 107 66 0 52 342 70 45
Binary 101010 1000011 10010011 1000111 110110 0 101010 11100010 111000 100101

Color Harmonies of #2A4393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4393

Black with #2A4393

Text Example


Text Example

White with #2A4393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A4393; }

 p { color: rgb(42,67,147); }

 H1.HeaderClassName
 {
   color: #2A4393;
 }
 .AnyTagClassName
 {
   color: #2A4393;
 }
</style>

background-color css

<style>
 a { background-color: #2A4393; }

 a { background-color: rgb(42,67,147); }

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

border-color css

<style>
 span { border-color: #2A4393; }

 span { border-color: rgb(42,67,147); }

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