#262496

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

Shades of Ultramarine #262496

Tints of Ultramarine #262496

Color information

#262496 (or 0x262496) is unknown color: approx Ultramarine. HEX triplet: 26, 24 and 96. RGB value is (38,36,150). Sum of RGB (Red+Green+Blue) = 38+36+150=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #262496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262496 is #D9DB69. Grayscale: #313131. Windows color (decimal): -14277482 or 9839654. OLE color: 9839654.

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

Color convert

RGB3836150-
CMYK0.750.7600.41
HSL241.05º61.29%36.47%-
HSV(B)241.05º76%58.82%-
XYZ6.943.8829.24-
YUV49.59184.66119.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=16.96%
G=16.07%
B=66.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38361500.750.7600.41241.0561.2936.47
Hex2624964B4C029f13d24
Octal46442261131140513617544
Binary1001101001001001011010010111001100010100111110001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262496; }

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

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

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

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

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

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

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

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