#2C0CB0

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

Shades of Ultramarine #2C0CB0

Tints of Ultramarine #2C0CB0

Color information

#2C0CB0 (or 0x2C0CB0) is unknown color: approx Ultramarine. HEX triplet: 2C, 0C and B0. RGB value is (44,12,176). Sum of RGB (Red+Green+Blue) = 44+12+176=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 176 (69.14% from 255 or 75.86% from 232); Max value from RGB is 176 - color contains mainly: blue. Hex color #2C0CB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0CB0 is #D3F34F. Grayscale: #272727. Windows color (decimal): -13890384 or 11537452. OLE color: 11537452.

HSL color Cylindrical-coordinate representation of color #2C0CB0: hue angle of 251.71º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0CB0 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4412176-
CMYK0.750.9300.31
HSL251.71º87.23%36.86%-
HSV(B)251.71º93.18%69.02%-
XYZ9.013.9341.36-
YUV40.26204.6130.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 176 (69.14% from 255) = 75.86%
R=18.97%
G=5.17%
B=75.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44121760.750.9300.31251.7187.2336.86
Hex2CCB04B5D01Ffc5725
Octal541426011313503737412745
Binary10110011001011000010010111011101011111111111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,12,176); }

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

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

 a { background-color: rgb(44,12,176); }

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

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

 span { border-color: rgb(44,12,176); }

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