#2310AE

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

Shades of Ultramarine #2310AE

Tints of Ultramarine #2310AE

Color information

#2310AE (or 0x2310AE) is unknown color: approx Ultramarine. HEX triplet: 23, 10 and AE. RGB value is (35,16,174). Sum of RGB (Red+Green+Blue) = 35+16+174=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #2310AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2310AE is #DCEF51. Grayscale: #272727. Windows color (decimal): -14479186 or 11407395. OLE color: 11407395.

HSL color Cylindrical-coordinate representation of color #2310AE: hue angle of 247.22º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2310AE is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3516174-
CMYK0.800.9100.32
HSL247.22º83.16%37.25%-
HSV(B)247.22º90.8%68.24%-
XYZ8.523.7840.33-
YUV39.69203.79124.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 174 (68.36% from 255) = 77.33%
R=15.56%
G=7.11%
B=77.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35161740.800.9100.32247.2283.1637.25
Hex2310AE505B020f75325
Octal432025612013304036712345
Binary1000111000010101110101000010110110100000111101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2310AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2310AE; }

 p { color: rgb(35,16,174); }

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

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

 a { background-color: rgb(35,16,174); }

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

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

 span { border-color: rgb(35,16,174); }

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