#242274

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

Shades of Midnight Blue #242274

Tints of Midnight Blue #242274

Color information

#242274 (or 0x242274) is unknown color: approx Midnight Blue. HEX triplet: 24, 22 and 74. RGB value is (36,34,116). Sum of RGB (Red+Green+Blue) = 36+34+116=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #242274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242274 is #DBDD8B. Grayscale: #2B2B2B. Windows color (decimal): -14409100 or 7610916. OLE color: 7610916.

HSL color Cylindrical-coordinate representation of color #242274: hue angle of 241.46º 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 #242274 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3634116-
CMYK0.690.7100.55
HSL241.46º54.67%29.41%-
HSV(B)241.46º70.69%45.49%-
XYZ4.452.7816.82-
YUV43.95168.66122.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 116 (45.70% from 255) = 62.37%
R=19.35%
G=18.28%
B=62.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36341160.690.7100.55241.4654.6729.41
Hex2422744547037f1371d
Octal44421641051070673616735
Binary10010010001011101001000101100011101101111111000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242274; }

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

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

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

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

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

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

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

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