#231392

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

Shades of Ultramarine #231392

Tints of Ultramarine #231392

Color information

#231392 (or 0x231392) is unknown color: approx Ultramarine. HEX triplet: 23, 13 and 92. RGB value is (35,19,146). Sum of RGB (Red+Green+Blue) = 35+19+146=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #231392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231392 is #DCEC6D. Grayscale: #252525. Windows color (decimal): -14478446 or 9573155. OLE color: 9573155.

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

Color convert

RGB3519146-
CMYK0.760.8700.43
HSL247.56º76.97%32.35%-
HSV(B)247.56º86.99%57.25%-
XYZ6.112.927.43-
YUV38.26188.8125.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.5%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 146 (57.42% from 255) = 73%
R=17.5%
G=9.5%
B=73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35191460.760.8700.43247.5676.9732.35
Hex2313924C5702Bf84d20
Octal432322211412705337011540
Binary1000111001110010010100110010101110101011111110001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231392; }

 p { color: rgb(35,19,146); }

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

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

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

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

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

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

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