#2311AE

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

Shades of Ultramarine #2311AE

Tints of Ultramarine #2311AE

Color information

#2311AE (or 0x2311AE) is unknown color: approx Ultramarine. HEX triplet: 23, 11 and AE. RGB value is (35,17,174). Sum of RGB (Red+Green+Blue) = 35+17+174=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #2311AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2311AE is #DCEE51. Grayscale: #272727. Windows color (decimal): -14478930 or 11407651. OLE color: 11407651.

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

Color convert

RGB3517174-
CMYK0.800.9000.32
HSL246.88º82.2%37.45%-
HSV(B)246.88º90.23%68.24%-
XYZ8.533.8140.33-
YUV40.28203.46124.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.49%
GREEN value IS 17 (7.03% from 255) = 7.52%
BLUE value IS 174 (68.36% from 255) = 76.99%
R=15.49%
G=7.52%
B=76.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35171740.800.9000.32246.8882.237.45
Hex2311AE505A020f75225
Octal432125612013204036712245
Binary1000111000110101110101000010110100100000111101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2311AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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