Html Css Color HEX #2A4096 Tory Blue

📋 copy color: '#2A4096'

red 42 ◦ green 64 ◦ blue 150

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

Shades of Tory Blue #2A4096

Tints of Tory Blue #2A4096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 16.41%
G = 25%
B = 58.59%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2A4096 (or 0x2A4096) is known color: Tory Blue. HEX triplet: 2A, 40 and 96. RGB value is (42,64,150). Sum of RGB (Red+Green+Blue) = 42+64+150=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A4096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4096 is #D5BF69. Grayscale: #424242. Windows color (decimal): -14008170 or 9846826. OLE color: 9846826.

HSL color Cylindrical-coordinate representation of color #2A4096: hue angle of 227.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4096 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 64 150 -
CMYK 0.72 0.57 0 0.41
HSL 227.78º 0.56% 0.38% -
HSV(B) 227.78º 0.72% 0.59% -
XYZ 8.29 6.36 29.64 -
YUV 67.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 42 64 150 0.72 0.57 0 0.41 227.78 0.56 0.38
Hex 2A 40 96 48 39 0 29 E4 38 26
Octal 52 100 226 110 71 0 51 344 70 46
Binary 101010 1000000 10010110 1001000 111001 0 101001 11100100 111000 100110

Color Harmonies of #2A4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4096

Black with #2A4096

Text Example


Text Example

White with #2A4096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,64,150); }

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

background-color css

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

 a { background-color: rgb(42,64,150); }

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

border-color css

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

 span { border-color: rgb(42,64,150); }

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