#2313AC

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

Shades of Ultramarine #2313AC

Tints of Ultramarine #2313AC

Color information

#2313AC (or 0x2313AC) is unknown color: approx Ultramarine. HEX triplet: 23, 13 and AC. RGB value is (35,19,172). Sum of RGB (Red+Green+Blue) = 35+19+172=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #2313AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2313AC is #DCEC53. Grayscale: #282828. Windows color (decimal): -14478420 or 11277091. OLE color: 11277091.

HSL color Cylindrical-coordinate representation of color #2313AC: hue angle of 246.27º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2313AC is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3519172-
CMYK0.800.8900.33
HSL246.27º80.1%37.45%-
HSV(B)246.27º88.95%67.45%-
XYZ8.373.839.32-
YUV41.23201.8123.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.49%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 172 (67.58% from 255) = 76.11%
R=15.49%
G=8.41%
B=76.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal35191720.800.8900.33246.2780.137.45
Hex2313AC5059021f65025
Octal432325412013104136612045
Binary1000111001110101100101000010110010100001111101101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2313AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2313AC; }

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

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

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

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

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

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

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

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