#2A4257

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

Shades of Regal Blue #2A4257

Tints of Regal Blue #2A4257

Color information

#2A4257 (or 0x2A4257) is unknown color: approx Regal Blue. HEX triplet: 2A, 42 and 57. RGB value is (42,66,87). Sum of RGB (Red+Green+Blue) = 42+66+87=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A4257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4257 is #D5BDA8. Grayscale: #3D3D3D. Windows color (decimal): -14007721 or 5718570. OLE color: 5718570.

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

Color convert

RGB426687-
CMYK0.520.2400.66
HSL208º34.88%25.29%-
HSV(B)208º51.72%34.12%-
XYZ4.625.089.75-
YUV61.22142.55114.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=21.54%
G=33.85%
B=44.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4266870.520.2400.6620834.8825.29
Hex2A42573418042d02319
Octal52102127643001023204331
Binary1010101000010101011111010011000010000101101000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,66,87); }

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

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

 a { background-color: rgb(42,66,87); }

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

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

 span { border-color: rgb(42,66,87); }

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