#2319A2

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

Shades of Ultramarine #2319A2

Tints of Ultramarine #2319A2

Color information

#2319A2 (or 0x2319A2) is unknown color: approx Ultramarine. HEX triplet: 23, 19 and A2. RGB value is (35,25,162). Sum of RGB (Red+Green+Blue) = 35+25+162=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 162 (63.67% from 255 or 72.97% from 222); Max value from RGB is 162 - color contains mainly: blue. Hex color #2319A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2319A2 is #DCE65D. Grayscale: #2B2B2B. Windows color (decimal): -14476894 or 10623267. OLE color: 10623267.

HSL color Cylindrical-coordinate representation of color #2319A2: hue angle of 244.38º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2319A2 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3525162-
CMYK0.780.8500.36
HSL244.38º73.26%36.67%-
HSV(B)244.38º84.57%63.53%-
XYZ7.563.6634.49-
YUV43.61194.81121.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.77%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 162 (63.67% from 255) = 72.97%
R=15.77%
G=11.26%
B=72.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal35251620.780.8500.36244.3873.2636.67
Hex2319A24E55024f44925
Octal433124211612504436411145
Binary1000111100110100010100111010101010100100111101001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2319A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2319A2; }

 p { color: rgb(35,25,162); }

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

<style>
 a { background-color: #2319A2; }

 a { background-color: rgb(35,25,162); }

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

<style>
 span { border-color: #2319A2; }

 span { border-color: rgb(35,25,162); }

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