#231294

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

Shades of Ultramarine #231294

Tints of Ultramarine #231294

Color information

#231294 (or 0x231294) is unknown color: approx Ultramarine. HEX triplet: 23, 12 and 94. RGB value is (35,18,148). Sum of RGB (Red+Green+Blue) = 35+18+148=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #231294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231294 is #DCED6B. Grayscale: #252525. Windows color (decimal): -14478700 or 9703971. OLE color: 9703971.

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

Color convert

RGB3518148-
CMYK0.760.8800.42
HSL247.85º78.31%32.55%-
HSV(B)247.85º87.84%58.04%-
XYZ6.252.9328.25-
YUV37.9190.13125.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 148 (58.20% from 255) = 73.63%
R=17.41%
G=8.96%
B=73.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35181480.760.8800.42247.8578.3132.55
Hex2312944C5802Af84e21
Octal432222411413005237011641
Binary1000111001010010100100110010110000101010111110001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231294; }

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

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

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

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

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

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

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

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