#231591

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

Shades of Ultramarine #231591

Tints of Ultramarine #231591

Color information

#231591 (or 0x231591) is unknown color: approx Ultramarine. HEX triplet: 23, 15 and 91. RGB value is (35,21,145). Sum of RGB (Red+Green+Blue) = 35+21+145=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #231591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231591 is #DCEA6E. Grayscale: #262626. Windows color (decimal): -14477935 or 9508131. OLE color: 9508131.

HSL color Cylindrical-coordinate representation of color #231591: hue angle of 246.77º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231591 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3521145-
CMYK0.760.8600.43
HSL246.77º74.7%32.55%-
HSV(B)246.77º85.52%56.86%-
XYZ6.072.9427.04-
YUV39.32187.64124.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 145 (57.03% from 255) = 72.14%
R=17.41%
G=10.45%
B=72.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35211450.760.8600.43246.7774.732.55
Hex2315914C5602Bf74b21
Octal432522111412605336711341
Binary1000111010110010001100110010101100101011111101111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231591; }

 p { color: rgb(35,21,145); }

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

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

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

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

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

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

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