#2612A3

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

Shades of Ultramarine #2612A3

Tints of Ultramarine #2612A3

Color information

#2612A3 (or 0x2612A3) is unknown color: approx Ultramarine. HEX triplet: 26, 12 and A3. RGB value is (38,18,163). Sum of RGB (Red+Green+Blue) = 38+18+163=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 163 (64.06% from 255 or 74.43% from 219); Max value from RGB is 163 - color contains mainly: blue. Hex color #2612A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2612A3 is #D9ED5C. Grayscale: #272727. Windows color (decimal): -14282077 or 10687014. OLE color: 10687014.

HSL color Cylindrical-coordinate representation of color #2612A3: hue angle of 248.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2612A3 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3818163-
CMYK0.770.8900.36
HSL248.28º80.11%35.49%-
HSV(B)248.28º88.96%63.92%-
XYZ7.633.4934.92-
YUV40.51197.13126.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 163 (64.06% from 255) = 74.43%
R=17.35%
G=8.22%
B=74.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38181630.770.8900.36248.2880.1135.49
Hex2612A34D59024f85023
Octal462224311513104437012043
Binary1001101001010100011100110110110010100100111110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2612A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2612A3; }

 p { color: rgb(38,18,163); }

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

<style>
 a { background-color: #2612A3; }

 a { background-color: rgb(38,18,163); }

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

<style>
 span { border-color: #2612A3; }

 span { border-color: rgb(38,18,163); }

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