#230296

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

Shades of Ultramarine #230296

Tints of Ultramarine #230296

Color information

#230296 (or 0x230296) is unknown color: approx Ultramarine. HEX triplet: 23, 02 and 96. RGB value is (35,2,150). Sum of RGB (Red+Green+Blue) = 35+2+150=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #230296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230296 is #DCFD69. Grayscale: #1C1C1C. Windows color (decimal): -14482794 or 9830947. OLE color: 9830947.

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

Color convert

RGB352150-
CMYK0.770.9900.41
HSL253.38º97.37%29.8%-
HSV(B)253.38º98.67%58.82%-
XYZ6.222.629.03-
YUV28.74196.43132.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 150 (58.98% from 255) = 80.21%
R=18.72%
G=1.07%
B=80.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3521500.770.9900.41253.3897.3729.8
Hex232964D63029fd611e
Octal43222611514305137514136
Binary100011101001011010011011100011010100111111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230296; }

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

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

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

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

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

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

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

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