#2313AD

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

Shades of Ultramarine #2313AD

Tints of Ultramarine #2313AD

Color information

#2313AD (or 0x2313AD) is unknown color: approx Ultramarine. HEX triplet: 23, 13 and AD. RGB value is (35,19,173). Sum of RGB (Red+Green+Blue) = 35+19+173=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #2313AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2313AD is #DCEC52. Grayscale: #282828. Windows color (decimal): -14478419 or 11342627. OLE color: 11342627.

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

Color convert

RGB3519173-
CMYK0.800.8900.32
HSL246.23º80.21%37.65%-
HSV(B)246.23º89.02%67.84%-
XYZ8.473.8439.83-
YUV41.34202.3123.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.42%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=15.42%
G=8.37%
B=76.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35191730.800.8900.32246.2380.2137.65
Hex2313AD5059020f65026
Octal432325512013104036612046
Binary1000111001110101101101000010110010100000111101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2313AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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