#2C239D

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

Shades of Ultramarine #2C239D

Tints of Ultramarine #2C239D

Color information

#2C239D (or 0x2C239D) is unknown color: approx Ultramarine. HEX triplet: 2C, 23 and 9D. RGB value is (44,35,157). Sum of RGB (Red+Green+Blue) = 44+35+157=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C239D is #D3DC62. Grayscale: #333333. Windows color (decimal): -13884515 or 10298156. OLE color: 10298156.

HSL color Cylindrical-coordinate representation of color #2C239D: hue angle of 244.43º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C239D is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4435157-
CMYK0.720.7800.38
HSL244.43º63.54%37.65%-
HSV(B)244.43º77.71%61.57%-
XYZ7.734.1732.3-
YUV51.6187.48122.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.64%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 157 (61.72% from 255) = 66.53%
R=18.64%
G=14.83%
B=66.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44351570.720.7800.38244.4363.5437.65
Hex2C239D484E026f44026
Octal544323511011604636410046
Binary10110010001110011101100100010011100100110111101001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C239D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,35,157); }

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

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

 a { background-color: rgb(44,35,157); }

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

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

 span { border-color: rgb(44,35,157); }

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