#23218D

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

Shades of Ultramarine #23218D

Tints of Ultramarine #23218D

Color information

#23218D (or 0x23218D) is unknown color: approx Ultramarine. HEX triplet: 23, 21 and 8D. RGB value is (35,33,141). Sum of RGB (Red+Green+Blue) = 35+33+141=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #23218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23218D is #DCDE72. Grayscale: #2D2D2D. Windows color (decimal): -14474867 or 9249059. OLE color: 9249059.

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

Color convert

RGB3533141-
CMYK0.750.7700.45
HSL241.11º62.07%34.12%-
HSV(B)241.11º76.6%55.29%-
XYZ6.043.3725.53-
YUV45.91181.66120.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 141 (55.47% from 255) = 67.46%
R=16.75%
G=15.79%
B=67.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35331410.750.7700.45241.1162.0734.12
Hex23218D4B4D02Df13e22
Octal43412151131150553617642
Binary1000111000011000110110010111001101010110111110001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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