#232396

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

Shades of Ultramarine #232396

Tints of Ultramarine #232396

Color information

#232396 (or 0x232396) is unknown color: approx Ultramarine. HEX triplet: 23, 23 and 96. RGB value is (35,35,150). Sum of RGB (Red+Green+Blue) = 35+35+150=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #232396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232396 is #DCDC69. Grayscale: #2F2F2F. Windows color (decimal): -14474346 or 9839395. OLE color: 9839395.

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

Color convert

RGB3535150-
CMYK0.770.7700.41
HSL240º62.16%36.27%-
HSV(B)240º76.67%58.82%-
XYZ6.83.7629.22-
YUV48.11185.5118.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 150 (58.98% from 255) = 68.18%
R=15.91%
G=15.91%
B=68.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35351500.770.7700.4124062.1636.27
Hex2323964D4D029f03e24
Octal43432261151150513607644
Binary1000111000111001011010011011001101010100111110000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232396; }

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

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

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

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

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

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

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

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