#262378

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

Shades of Midnight Blue #262378

Tints of Midnight Blue #262378

Color information

#262378 (or 0x262378) is unknown color: approx Midnight Blue. HEX triplet: 26, 23 and 78. RGB value is (38,35,120). Sum of RGB (Red+Green+Blue) = 38+35+120=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #262378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262378 is #D9DC87. Grayscale: #2D2D2D. Windows color (decimal): -14277768 or 7873318. OLE color: 7873318.

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

Color convert

RGB3835120-
CMYK0.680.7100.53
HSL242.12º54.84%30.39%-
HSV(B)242.12º70.83%47.06%-
XYZ4.792.9718.09-
YUV45.59169.99122.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=19.69%
G=18.13%
B=62.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38351200.680.7100.53242.1254.8430.39
Hex2623784447035f2371e
Octal46431701041070653626736
Binary10011010001111110001000100100011101101011111001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262378; }

 p { color: rgb(38,35,120); }

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

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

 a { background-color: rgb(38,35,120); }

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

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

 span { border-color: rgb(38,35,120); }

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