#2D0CBA

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

Shades of Ultramarine #2D0CBA

Tints of Ultramarine #2D0CBA

Color information

#2D0CBA (or 0x2D0CBA) is unknown color: approx Ultramarine. HEX triplet: 2D, 0C and BA. RGB value is (45,12,186). Sum of RGB (Red+Green+Blue) = 45+12+186=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D0CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0CBA is #D2F345. Grayscale: #292929. Windows color (decimal): -13824838 or 12192813. OLE color: 12192813.

HSL color Cylindrical-coordinate representation of color #2D0CBA: hue angle of 251.38º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0CBA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4512186-
CMYK0.760.9400.27
HSL251.38º87.88%38.82%-
HSV(B)251.38º93.55%72.94%-
XYZ10.084.3746.77-
YUV41.7209.43130.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.52%
GREEN value IS 12 (5.08% from 255) = 4.94%
BLUE value IS 186 (73.05% from 255) = 76.54%
R=18.52%
G=4.94%
B=76.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45121860.760.9400.27251.3887.8838.82
Hex2DCBA4C5E01Bfb5827
Octal551427211413603337313047
Binary10110111001011101010011001011110011011111110111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,12,186); }

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

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

 a { background-color: rgb(45,12,186); }

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

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

 span { border-color: rgb(45,12,186); }

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