#231C93

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

Shades of Ultramarine #231C93

Tints of Ultramarine #231C93

Color information

#231C93 (or 0x231C93) is unknown color: approx Ultramarine. HEX triplet: 23, 1C and 93. RGB value is (35,28,147). Sum of RGB (Red+Green+Blue) = 35+28+147=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #231C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C93 is #DCE36C. Grayscale: #2B2B2B. Windows color (decimal): -14476141 or 9640995. OLE color: 9640995.

HSL color Cylindrical-coordinate representation of color #231C93: hue angle of 243.53º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231C93 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3528147-
CMYK0.760.8100.42
HSL243.53º68%34.31%-
HSV(B)243.53º80.95%57.65%-
XYZ6.373.2927.9-
YUV43.66186.32121.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 147 (57.81% from 255) = 70%
R=16.67%
G=13.33%
B=70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35281470.760.8100.42243.536834.31
Hex231C934C5102Af44422
Octal433422311412105236410442
Binary1000111110010010011100110010100010101010111101001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231C93; }

 p { color: rgb(35,28,147); }

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

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

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

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

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

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

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