#2B4357

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

Shades of Regal Blue #2B4357

Tints of Regal Blue #2B4357

Color information

#2B4357 (or 0x2B4357) is unknown color: approx Regal Blue. HEX triplet: 2B, 43 and 57. RGB value is (43,67,87). Sum of RGB (Red+Green+Blue) = 43+67+87=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B4357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4357 is #D4BCA8. Grayscale: #3E3E3E. Windows color (decimal): -13941929 or 5718827. OLE color: 5718827.

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

Color convert

RGB436787-
CMYK0.510.2300.66
HSL207.27º33.85%25.49%-
HSV(B)207.27º50.57%34.12%-
XYZ4.725.229.77-
YUV62.1142.05114.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=21.83%
G=34.01%
B=44.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4367870.510.2300.66207.2733.8525.49
Hex2B43573317042cf2219
Octal53103127632701023174231
Binary1010111000011101011111001110111010000101100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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