#2B237B

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

Shades of Midnight Blue #2B237B

Tints of Midnight Blue #2B237B

Color information

#2B237B (or 0x2B237B) is unknown color: approx Midnight Blue. HEX triplet: 2B, 23 and 7B. RGB value is (43,35,123). Sum of RGB (Red+Green+Blue) = 43+35+123=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B237B is #D4DC84. Grayscale: #2F2F2F. Windows color (decimal): -13950085 or 8069931. OLE color: 8069931.

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

Color convert

RGB4335123-
CMYK0.650.7200.52
HSL245.45º55.7%30.98%-
HSV(B)245.45º71.54%48.24%-
XYZ5.173.1519.07-
YUV47.42170.65124.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.39%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=21.39%
G=17.41%
B=61.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43351230.650.7200.52245.4555.730.98
Hex2B237B4148034f5381f
Octal53431731011100643657037
Binary10101110001111110111000001100100001101001111010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,35,123); }

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

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

 a { background-color: rgb(43,35,123); }

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

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

 span { border-color: rgb(43,35,123); }

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