#2C04AD

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

Shades of Ultramarine #2C04AD

Tints of Ultramarine #2C04AD

Color information

#2C04AD (or 0x2C04AD) is unknown color: approx Ultramarine. HEX triplet: 2C, 04 and AD. RGB value is (44,4,173). Sum of RGB (Red+Green+Blue) = 44+4+173=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C04AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C04AD is #D3FB52. Grayscale: #222222. Windows color (decimal): -13892435 or 11338796. OLE color: 11338796.

HSL color Cylindrical-coordinate representation of color #2C04AD: hue angle of 254.2º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C04AD is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB444173-
CMYK0.750.9800.32
HSL254.2º95.48%34.71%-
HSV(B)254.2º97.69%67.84%-
XYZ8.623.6439.78-
YUV35.23205.75134.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 173 (67.97% from 255) = 78.28%
R=19.91%
G=1.81%
B=78.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4441730.750.9800.32254.295.4834.71
Hex2C4AD4B62020fe5f23
Octal54425511314204037613743
Binary10110010010101101100101111000100100000111111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C04AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C04AD; }

 p { color: rgb(44,4,173); }

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

<style>
 a { background-color: #2C04AD; }

 a { background-color: rgb(44,4,173); }

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

<style>
 span { border-color: #2C04AD; }

 span { border-color: rgb(44,4,173); }

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