#222B74

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

Shades of Midnight Blue #222B74

Tints of Midnight Blue #222B74

Color information

#222B74 (or 0x222B74) is unknown color: approx Midnight Blue. HEX triplet: 22, 2B and 74. RGB value is (34,43,116). Sum of RGB (Red+Green+Blue) = 34+43+116=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #222B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B74 is #DDD48B. Grayscale: #303030. Windows color (decimal): -14537868 or 7613218. OLE color: 7613218.

HSL color Cylindrical-coordinate representation of color #222B74: hue angle of 233.41º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #222B74 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3443116-
CMYK0.710.6300.55
HSL233.41º54.67%29.41%-
HSV(B)233.41º70.69%45.49%-
XYZ4.683.3316.92-
YUV48.63166.02117.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.62%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 116 (45.70% from 255) = 60.10%
R=17.62%
G=22.28%
B=60.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34431160.710.6300.55233.4154.6729.41
Hex222B74473F037e9371d
Octal4253164107770673516735
Binary1000101010111110100100011111111101101111110100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222B74; }

 p { color: rgb(34,43,116); }

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

<style>
 a { background-color: #222B74; }

 a { background-color: rgb(34,43,116); }

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

<style>
 span { border-color: #222B74; }

 span { border-color: rgb(34,43,116); }

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