#231394

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

Shades of Ultramarine #231394

Tints of Ultramarine #231394

Color information

#231394 (or 0x231394) is unknown color: approx Ultramarine. HEX triplet: 23, 13 and 94. RGB value is (35,19,148). Sum of RGB (Red+Green+Blue) = 35+19+148=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #231394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231394 is #DCEC6B. Grayscale: #252525. Windows color (decimal): -14478444 or 9704227. OLE color: 9704227.

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

Color convert

RGB3519148-
CMYK0.760.8700.42
HSL247.44º77.25%32.75%-
HSV(B)247.44º87.16%58.04%-
XYZ6.272.9628.26-
YUV38.49189.8125.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.33%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 148 (58.20% from 255) = 73.27%
R=17.33%
G=9.41%
B=73.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35191480.760.8700.42247.4477.2532.75
Hex2313944C5702Af74d21
Octal432322411412705236711541
Binary1000111001110010100100110010101110101010111101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231394; }

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

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

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

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

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

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

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

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