#2A4054

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

Shades of Regal Blue #2A4054

Tints of Regal Blue #2A4054

Color information

#2A4054 (or 0x2A4054) is unknown color: approx Regal Blue. HEX triplet: 2A, 40 and 54. RGB value is (42,64,84). Sum of RGB (Red+Green+Blue) = 42+64+84=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4054 is #D5BFAB. Grayscale: #3B3B3B. Windows color (decimal): -14008236 or 5521450. OLE color: 5521450.

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

Color convert

RGB426484-
CMYK0.50.2400.67
HSL208.57º33.33%24.71%-
HSV(B)208.57º50%32.94%-
XYZ4.394.89.08-
YUV59.7141.71115.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=22.11%
G=33.68%
B=44.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4264840.50.2400.67208.5733.3324.71
Hex2A40543218043d12119
Octal52100124623001033214131
Binary1010101000000101010011001011000010000111101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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