#231296

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

Shades of Ultramarine #231296

Tints of Ultramarine #231296

Color information

#231296 (or 0x231296) is unknown color: approx Ultramarine. HEX triplet: 23, 12 and 96. RGB value is (35,18,150). Sum of RGB (Red+Green+Blue) = 35+18+150=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #231296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231296 is #DCED69. Grayscale: #252525. Windows color (decimal): -14478698 or 9835043. OLE color: 9835043.

HSL color Cylindrical-coordinate representation of color #231296: hue angle of 247.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231296 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3518150-
CMYK0.770.8800.41
HSL247.73º78.57%32.94%-
HSV(B)247.73º88%58.82%-
XYZ6.412.9929.09-
YUV38.13191.13125.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 150 (58.98% from 255) = 73.89%
R=17.24%
G=8.87%
B=73.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35181500.770.8800.41247.7378.5732.94
Hex2312964D58029f84f21
Octal432222611513005137011741
Binary1000111001010010110100110110110000101001111110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231296; }

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

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

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

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

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

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

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

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