#2311A4

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

Shades of Ultramarine #2311A4

Tints of Ultramarine #2311A4

Color information

#2311A4 (or 0x2311A4) is unknown color: approx Ultramarine. HEX triplet: 23, 11 and A4. RGB value is (35,17,164). Sum of RGB (Red+Green+Blue) = 35+17+164=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 164 (64.45% from 255 or 75.93% from 216); Max value from RGB is 164 - color contains mainly: blue. Hex color #2311A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2311A4 is #DCEE5B. Grayscale: #262626. Windows color (decimal): -14478940 or 10752291. OLE color: 10752291.

HSL color Cylindrical-coordinate representation of color #2311A4: hue angle of 247.35º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2311A4 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3517164-
CMYK0.790.9000.36
HSL247.35º81.22%35.49%-
HSV(B)247.35º89.63%64.31%-
XYZ7.593.4435.39-
YUV39.14198.46125.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 17 (7.03% from 255) = 7.87%
BLUE value IS 164 (64.45% from 255) = 75.93%
R=16.20%
G=7.87%
B=75.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal35171640.790.9000.36247.3581.2235.49
Hex2311A44F5A024f75123
Octal432124411713204436712143
Binary1000111000110100100100111110110100100100111101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2311A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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