#22276F

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

Shades of Midnight Blue #22276F

Tints of Midnight Blue #22276F

Color information

#22276F (or 0x22276F) is unknown color: approx Midnight Blue. HEX triplet: 22, 27 and 6F. RGB value is (34,39,111). Sum of RGB (Red+Green+Blue) = 34+39+111=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #22276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22276F is #DDD890. Grayscale: #2D2D2D. Windows color (decimal): -14538897 or 7284514. OLE color: 7284514.

HSL color Cylindrical-coordinate representation of color #22276F: hue angle of 236.1º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22276F is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3439111-
CMYK0.690.6500.56
HSL236.1º53.1%28.43%-
HSV(B)236.1º69.37%43.53%-
XYZ4.252.9415.38-
YUV45.71164.84119.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 111 (43.75% from 255) = 60.33%
R=18.48%
G=21.20%
B=60.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34391110.690.6500.56236.153.128.43
Hex22276F4541038ec351c
Octal42471571051010703546534
Binary10001010011111011111000101100000101110001110110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22276F; }

 p { color: rgb(34,39,111); }

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

<style>
 a { background-color: #22276F; }

 a { background-color: rgb(34,39,111); }

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

<style>
 span { border-color: #22276F; }

 span { border-color: rgb(34,39,111); }

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