#2A4156

Color #2A4156 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #2A4156

Tints of Regal Blue #2A4156

Color information

#2A4156 (or 0x2A4156) is unknown color: approx Regal Blue. HEX triplet: 2A, 41 and 56. RGB value is (42,65,86). Sum of RGB (Red+Green+Blue) = 42+65+86=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A4156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4156 is #D5BEA9. Grayscale: #3C3C3C. Windows color (decimal): -14007978 or 5652778. OLE color: 5652778.

HSL color Cylindrical-coordinate representation of color #2A4156: hue angle of 208.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4156 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB426586-
CMYK0.510.2400.66
HSL208.64º34.38%25.1%-
HSV(B)208.64º51.16%33.73%-
XYZ4.524.949.52-
YUV60.52142.38114.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=21.76%
G=33.68%
B=44.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4265860.510.2400.66208.6434.3825.1
Hex2A41563318042d12219
Octal52101126633001023214231
Binary1010101000001101011011001111000010000101101000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A4156;
 }
 .AnyTagClassName
 {
   color: #2A4156;
 }
</style>
background-color css

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

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

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

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

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

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