#242278

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

Shades of Midnight Blue #242278

Tints of Midnight Blue #242278

Color information

#242278 (or 0x242278) is unknown color: approx Midnight Blue. HEX triplet: 24, 22 and 78. RGB value is (36,34,120). Sum of RGB (Red+Green+Blue) = 36+34+120=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #242278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242278 is #DBDD87. Grayscale: #2C2C2C. Windows color (decimal): -14409096 or 7873060. OLE color: 7873060.

HSL color Cylindrical-coordinate representation of color #242278: hue angle of 241.4º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #242278 is Cyan = 0.7, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3634120-
CMYK0.70.7200.53
HSL241.4º55.84%30.2%-
HSV(B)241.4º71.67%47.06%-
XYZ4.692.8818.08-
YUV44.4170.66122.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 120 (47.27% from 255) = 63.16%
R=18.95%
G=17.89%
B=63.16%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36341200.70.7200.53241.455.8430.2
Hex2422784648035f1381e
Octal44421701061100653617036
Binary10010010001011110001000110100100001101011111000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242278; }

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

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

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

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

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

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

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

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