#2C2598

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

Shades of Ultramarine #2C2598

Tints of Ultramarine #2C2598

Color information

#2C2598 (or 0x2C2598) is unknown color: approx Ultramarine. HEX triplet: 2C, 25 and 98. RGB value is (44,37,152). Sum of RGB (Red+Green+Blue) = 44+37+152=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C2598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2598 is #D3DA67. Grayscale: #333333. Windows color (decimal): -13884008 or 9970988. OLE color: 9970988.

HSL color Cylindrical-coordinate representation of color #2C2598: hue angle of 243.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C2598 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4437152-
CMYK0.710.7600.40
HSL243.65º60.85%37.06%-
HSV(B)243.65º75.66%59.61%-
XYZ7.374.1330.11-
YUV52.2184.32122.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.88%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 152 (59.77% from 255) = 65.24%
R=18.88%
G=15.88%
B=65.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal44371520.710.7600.40243.6560.8537.06
Hex2C2598474C028f43d25
Octal54452301071140503647545
Binary1011001001011001100010001111001100010100011110100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,37,152); }

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

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

 a { background-color: rgb(44,37,152); }

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

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

 span { border-color: rgb(44,37,152); }

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