Html Css Color HEX #2A4195 Tory Blue

📋 copy color: '#2A4195'

red 42 ◦ green 65 ◦ blue 149

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

Shades of Tory Blue #2A4195

Tints of Tory Blue #2A4195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 16.41%
G = 25.39%
B = 58.2%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A4195 (or 0x2A4195) is known color: Tory Blue. HEX triplet: 2A, 41 and 95. RGB value is (42,65,149). Sum of RGB (Red+Green+Blue) = 42+65+149=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A4195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4195 is #D5BE6A. Grayscale: #434343. Windows color (decimal): -14007915 or 9781546. OLE color: 9781546.

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

Color convert

RGB 42 65 149 -
CMYK 0.72 0.56 0 0.42
HSL 227.1º 0.56% 0.37% -
HSV(B) 227.1º 0.72% 0.58% -
XYZ 8.27 6.44 29.24 -
YUV 67.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 42 65 149 0.72 0.56 0 0.42 227.1 0.56 0.37
Hex 2A 41 95 48 38 0 2A E3 38 25
Octal 52 101 225 110 70 0 52 343 70 45
Binary 101010 1000001 10010101 1001000 111000 0 101010 11100011 111000 100101

Color Harmonies of #2A4195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4195

Black with #2A4195

Text Example


Text Example

White with #2A4195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,65,149); }

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

background-color css

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

 a { background-color: rgb(42,65,149); }

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

border-color css

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

 span { border-color: rgb(42,65,149); }

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