#2317AE

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

Shades of Ultramarine #2317AE

Tints of Ultramarine #2317AE

Color information

#2317AE (or 0x2317AE) is unknown color: approx Ultramarine. HEX triplet: 23, 17 and AE. RGB value is (35,23,174). Sum of RGB (Red+Green+Blue) = 35+23+174=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #2317AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2317AE is #DCE851. Grayscale: #2B2B2B. Windows color (decimal): -14477394 or 11409187. OLE color: 11409187.

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

Color convert

RGB3523174-
CMYK0.800.8700.32
HSL244.77º76.65%38.63%-
HSV(B)244.77º86.78%68.24%-
XYZ8.644.0340.37-
YUV43.8201.48121.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 23 (9.38% from 255) = 9.91%
BLUE value IS 174 (68.36% from 255) = 75%
R=15.09%
G=9.91%
B=75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35231740.800.8700.32244.7776.6538.63
Hex2317AE5057020f54d27
Octal432725612012704036511547
Binary1000111011110101110101000010101110100000111101011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2317AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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