#23218E

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

Shades of Ultramarine #23218E

Tints of Ultramarine #23218E

Color information

#23218E (or 0x23218E) is unknown color: approx Ultramarine. HEX triplet: 23, 21 and 8E. RGB value is (35,33,142). Sum of RGB (Red+Green+Blue) = 35+33+142=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #23218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23218E is #DCDE71. Grayscale: #2D2D2D. Windows color (decimal): -14474866 or 9314595. OLE color: 9314595.

HSL color Cylindrical-coordinate representation of color #23218E: hue angle of 241.1º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23218E is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3533142-
CMYK0.750.7700.44
HSL241.1º62.29%34.31%-
HSV(B)241.1º76.76%55.69%-
XYZ6.123.425.92-
YUV46.02182.16120.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 142 (55.86% from 255) = 67.62%
R=16.67%
G=15.71%
B=67.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35331420.750.7700.44241.162.2934.31
Hex23218E4B4D02Cf13e22
Octal43412161131150543617642
Binary1000111000011000111010010111001101010110011110001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23218E; }

 p { color: rgb(35,33,142); }

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

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

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

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

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

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

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