#2B4257

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

Shades of Regal Blue #2B4257

Tints of Regal Blue #2B4257

Color information

#2B4257 (or 0x2B4257) is unknown color: approx Regal Blue. HEX triplet: 2B, 42 and 57. RGB value is (43,66,87). Sum of RGB (Red+Green+Blue) = 43+66+87=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B4257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4257 is #D4BDA8. Grayscale: #3D3D3D. Windows color (decimal): -13942185 or 5718571. OLE color: 5718571.

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

Color convert

RGB436687-
CMYK0.510.2400.66
HSL208.64º33.85%25.49%-
HSV(B)208.64º50.57%34.12%-
XYZ4.665.19.76-
YUV61.52142.38114.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=21.94%
G=33.67%
B=44.39%

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
Decimal4366870.510.2400.66208.6433.8525.49
Hex2B42573318042d12219
Octal53102127633001023214231
Binary1010111000010101011111001111000010000101101000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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