#2A4356

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

Shades of Regal Blue #2A4356

Tints of Regal Blue #2A4356

Color information

#2A4356 (or 0x2A4356) is unknown color: approx Regal Blue. HEX triplet: 2A, 43 and 56. RGB value is (42,67,86). Sum of RGB (Red+Green+Blue) = 42+67+86=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A4356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4356 is #D5BCA9. Grayscale: #3D3D3D. Windows color (decimal): -14007466 or 5653290. OLE color: 5653290.

HSL color Cylindrical-coordinate representation of color #2A4356: hue angle of 205.91º 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 #2A4356 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB426786-
CMYK0.510.2200.66
HSL205.91º34.38%25.1%-
HSV(B)205.91º51.16%33.73%-
XYZ4.645.189.56-
YUV61.69141.72113.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=21.54%
G=34.36%
B=44.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4267860.510.2200.66205.9134.3825.1
Hex2A43563316042ce2219
Octal52103126632601023164231
Binary1010101000011101011011001110110010000101100111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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