Html Css Color HEX #2A4C92 Tory Blue

📋 copy color: '#2A4C92'

red 42 ◦ green 76 ◦ blue 146

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

Shades of Tory Blue #2A4C92

Tints of Tory Blue #2A4C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.79%

 BLUE value IS 146 (57.42% from 255) = 55.3%

R = 15.91%
G = 28.79%
B = 55.3%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2A4C92 (or 0x2A4C92) is known color: Tory Blue. HEX triplet: 2A, 4C and 92. RGB value is (42,76,146). Sum of RGB (Red+Green+Blue) = 42+76+146=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A4C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4C92 is #D5B36D. Grayscale: #494949. Windows color (decimal): -14005102 or 9587754. OLE color: 9587754.

HSL color Cylindrical-coordinate representation of color #2A4C92: hue angle of 220.38º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A4C92 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 76 146 -
CMYK 0.71 0.48 0 0.43
HSL 220.38º 0.55% 0.37% -
HSV(B) 220.38º 0.71% 0.57% -
XYZ 8.73 7.74 28.23 -
YUV 73.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 42 76 146 0.71 0.48 0 0.43 220.38 0.55 0.37
Hex 2A 4C 92 47 30 0 2B DC 37 25
Octal 52 114 222 107 60 0 53 334 67 45
Binary 101010 1001100 10010010 1000111 110000 0 101011 11011100 110111 100101

Color Harmonies of #2A4C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4C92

Black with #2A4C92

Text Example


Text Example

White with #2A4C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,76,146); }

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

background-color css

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

 a { background-color: rgb(42,76,146); }

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

border-color css

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

 span { border-color: rgb(42,76,146); }

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