#2C02B5

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

Shades of Ultramarine #2C02B5

Tints of Ultramarine #2C02B5

Color information

#2C02B5 (or 0x2C02B5) is unknown color: approx Ultramarine. HEX triplet: 2C, 02 and B5. RGB value is (44,2,181). Sum of RGB (Red+Green+Blue) = 44+2+181=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 181 (71.09% from 255 or 79.74% from 227); Max value from RGB is 181 - color contains mainly: blue. Hex color #2C02B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C02B5 is #D3FD4A. Grayscale: #222222. Windows color (decimal): -13892939 or 11862572. OLE color: 11862572.

HSL color Cylindrical-coordinate representation of color #2C02B5: hue angle of 254.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C02B5 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB442181-
CMYK0.760.9900.29
HSL254.08º97.81%35.88%-
HSV(B)254.08º98.9%70.98%-
XYZ9.43.9243.98-
YUV34.96210.41134.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 181 (71.09% from 255) = 79.74%
R=19.38%
G=0.88%
B=79.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4421810.760.9900.29254.0897.8135.88
Hex2C2B54C6301Dfe6224
Octal54226511414303537614244
Binary101100101011010110011001100011011101111111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C02B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,2,181); }

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

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

 a { background-color: rgb(44,2,181); }

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

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

 span { border-color: rgb(44,2,181); }

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