#2313A6

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

Shades of Ultramarine #2313A6

Tints of Ultramarine #2313A6

Color information

#2313A6 (or 0x2313A6) is unknown color: approx Ultramarine. HEX triplet: 23, 13 and A6. RGB value is (35,19,166). Sum of RGB (Red+Green+Blue) = 35+19+166=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 166 (65.23% from 255 or 75.45% from 220); Max value from RGB is 166 - color contains mainly: blue. Hex color #2313A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2313A6 is #DCEC59. Grayscale: #272727. Windows color (decimal): -14478426 or 10883875. OLE color: 10883875.

HSL color Cylindrical-coordinate representation of color #2313A6: hue angle of 246.53º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2313A6 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3519166-
CMYK0.790.8900.35
HSL246.53º79.46%36.27%-
HSV(B)246.53º88.55%65.1%-
XYZ7.813.5836.36-
YUV40.54198.8124.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 166 (65.23% from 255) = 75.45%
R=15.91%
G=8.64%
B=75.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal35191660.790.8900.35246.5379.4636.27
Hex2313A64F59023f74f24
Octal432324611713104336711744
Binary1000111001110100110100111110110010100011111101111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2313A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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