#2B445A

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

Shades of Regal Blue #2B445A

Tints of Regal Blue #2B445A

Color information

#2B445A (or 0x2B445A) is unknown color: approx Regal Blue. HEX triplet: 2B, 44 and 5A. RGB value is (43,68,90). Sum of RGB (Red+Green+Blue) = 43+68+90=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B445A is #D4BBA5. Grayscale: #3E3E3E. Windows color (decimal): -13941670 or 5915691. OLE color: 5915691.

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

Color convert

RGB436890-
CMYK0.520.2400.65
HSL208.09º35.34%26.08%-
HSV(B)208.09º52.22%35.29%-
XYZ4.915.3910.45-
YUV63.03143.22113.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.39%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=21.39%
G=33.83%
B=44.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4368900.520.2400.65208.0935.3426.08
Hex2B445A3418041d0231a
Octal53104132643001013204332
Binary1010111000100101101011010011000010000011101000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,90); }

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

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

 a { background-color: rgb(43,68,90); }

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

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

 span { border-color: rgb(43,68,90); }

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