#2316AE

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

Shades of Ultramarine #2316AE

Tints of Ultramarine #2316AE

Color information

#2316AE (or 0x2316AE) is unknown color: approx Ultramarine. HEX triplet: 23, 16 and AE. RGB value is (35,22,174). Sum of RGB (Red+Green+Blue) = 35+22+174=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #2316AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2316AE is #DCE951. Grayscale: #2A2A2A. Windows color (decimal): -14477650 or 11408931. OLE color: 11408931.

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

Color convert

RGB3522174-
CMYK0.800.8700.32
HSL245.13º77.55%38.43%-
HSV(B)245.13º87.36%68.24%-
XYZ8.623.9940.36-
YUV43.22201.81122.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 174 (68.36% from 255) = 75.32%
R=15.15%
G=9.52%
B=75.32%

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
Decimal35221740.800.8700.32245.1377.5538.43
Hex2316AE5057020f54e26
Octal432625612012704036511646
Binary1000111011010101110101000010101110100000111101011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2316AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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