#2C0FA4

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

Shades of Ultramarine #2C0FA4

Tints of Ultramarine #2C0FA4

Color information

#2C0FA4 (or 0x2C0FA4) is unknown color: approx Ultramarine. HEX triplet: 2C, 0F and A4. RGB value is (44,15,164). Sum of RGB (Red+Green+Blue) = 44+15+164=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #2C0FA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0FA4 is #D3F05B. Grayscale: #282828. Windows color (decimal): -13889628 or 10751788. OLE color: 10751788.

HSL color Cylindrical-coordinate representation of color #2C0FA4: hue angle of 251.68º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0FA4 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4415164-
CMYK0.730.9100.36
HSL251.68º83.24%35.1%-
HSV(B)251.68º90.85%64.31%-
XYZ7.913.5635.39-
YUV40.66197.61130.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 15 (6.25% from 255) = 6.73%
BLUE value IS 164 (64.45% from 255) = 73.54%
R=19.73%
G=6.73%
B=73.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44151640.730.9100.36251.6883.2435.1
Hex2CFA4495B024fc5323
Octal541724411113304437412343
Binary101100111110100100100100110110110100100111111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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