#232496

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

Shades of Ultramarine #232496

Tints of Ultramarine #232496

Color information

#232496 (or 0x232496) is unknown color: approx Ultramarine. HEX triplet: 23, 24 and 96. RGB value is (35,36,150). Sum of RGB (Red+Green+Blue) = 35+36+150=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #232496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232496 is #DCDB69. Grayscale: #303030. Windows color (decimal): -14474090 or 9839651. OLE color: 9839651.

HSL color Cylindrical-coordinate representation of color #232496: hue angle of 239.48º 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 #232496 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3536150-
CMYK0.770.7600.41
HSL239.48º62.16%36.27%-
HSV(B)239.48º76.67%58.82%-
XYZ6.833.8229.23-
YUV48.7185.17118.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.84%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 150 (58.98% from 255) = 67.87%
R=15.84%
G=16.29%
B=67.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35361500.770.7600.41239.4862.1636.27
Hex2324964D4C029ef3e24
Octal43442261151140513577644
Binary1000111001001001011010011011001100010100111101111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232496; }

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

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

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

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

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

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

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

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