#2C20A4

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

Shades of Ultramarine #2C20A4

Tints of Ultramarine #2C20A4

Color information

#2C20A4 (or 0x2C20A4) is unknown color: approx Ultramarine. HEX triplet: 2C, 20 and A4. RGB value is (44,32,164). Sum of RGB (Red+Green+Blue) = 44+32+164=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #2C20A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C20A4 is #D3DF5B. Grayscale: #323232. Windows color (decimal): -13885276 or 10756140. OLE color: 10756140.

HSL color Cylindrical-coordinate representation of color #2C20A4: hue angle of 245.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C20A4 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4432164-
CMYK0.730.8000.36
HSL245.45º67.35%38.43%-
HSV(B)245.45º80.49%64.31%-
XYZ8.264.2535.51-
YUV50.64191.98123.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.33%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 164 (64.45% from 255) = 68.33%
R=18.33%
G=13.33%
B=68.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44321640.730.8000.36245.4567.3538.43
Hex2C20A44950024f54326
Octal544024411112004436510346
Binary10110010000010100100100100110100000100100111101011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C20A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,32,164); }

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

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

 a { background-color: rgb(44,32,164); }

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

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

 span { border-color: rgb(44,32,164); }

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