#262396

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

Shades of Ultramarine #262396

Tints of Ultramarine #262396

Color information

#262396 (or 0x262396) is unknown color: approx Ultramarine. HEX triplet: 26, 23 and 96. RGB value is (38,35,150). Sum of RGB (Red+Green+Blue) = 38+35+150=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #262396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262396 is #D9DC69. Grayscale: #303030. Windows color (decimal): -14277738 or 9839398. OLE color: 9839398.

HSL color Cylindrical-coordinate representation of color #262396: hue angle of 241.57º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #262396 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3835150-
CMYK0.750.7700.41
HSL241.57º62.16%36.27%-
HSV(B)241.57º76.67%58.82%-
XYZ6.913.8229.23-
YUV49.01184.99120.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 150 (58.98% from 255) = 67.26%
R=17.04%
G=15.70%
B=67.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38351500.750.7700.41241.5762.1636.27
Hex2623964B4D029f23e24
Octal46432261131150513627644
Binary1001101000111001011010010111001101010100111110010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262396; }

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

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

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

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

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

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

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

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