#262884

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

Shades of Midnight Blue #262884

Tints of Midnight Blue #262884

Color information

#262884 (or 0x262884) is unknown color: approx Midnight Blue. HEX triplet: 26, 28 and 84. RGB value is (38,40,132). Sum of RGB (Red+Green+Blue) = 38+40+132=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #262884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262884 is #D9D77B. Grayscale: #313131. Windows color (decimal): -14276476 or 8661030. OLE color: 8661030.

HSL color Cylindrical-coordinate representation of color #262884: hue angle of 238.72º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #262884 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3840132-
CMYK0.710.7000.48
HSL238.72º55.29%33.33%-
HSV(B)238.72º71.21%51.76%-
XYZ5.723.622.22-
YUV49.89174.34119.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 132 (51.95% from 255) = 62.86%
R=18.10%
G=19.05%
B=62.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38401320.710.7000.48238.7255.2933.33
Hex2628844746030ef3721
Octal46502041071060603576741
Binary1001101010001000010010001111000110011000011101111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262884; }

 p { color: rgb(38,40,132); }

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

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

 a { background-color: rgb(38,40,132); }

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

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

 span { border-color: rgb(38,40,132); }

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