#2B267A

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

Shades of Midnight Blue #2B267A

Tints of Midnight Blue #2B267A

Color information

#2B267A (or 0x2B267A) is unknown color: approx Midnight Blue. HEX triplet: 2B, 26 and 7A. RGB value is (43,38,122). Sum of RGB (Red+Green+Blue) = 43+38+122=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B267A is #D4D985. Grayscale: #303030. Windows color (decimal): -13949318 or 8005163. OLE color: 8005163.

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

Color convert

RGB4338122-
CMYK0.650.6900.52
HSL243.57º52.5%31.37%-
HSV(B)243.57º68.85%47.84%-
XYZ5.23.318.78-
YUV49.07169.16123.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=21.18%
G=18.72%
B=60.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43381220.650.6900.52243.5752.531.37
Hex2B267A4145034f4341f
Octal53461721011050643646437
Binary10101110011011110101000001100010101101001111010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,122); }

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

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

 a { background-color: rgb(43,38,122); }

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

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

 span { border-color: rgb(43,38,122); }

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