#2C239E

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

Shades of Ultramarine #2C239E

Tints of Ultramarine #2C239E

Color information

#2C239E (or 0x2C239E) is unknown color: approx Ultramarine. HEX triplet: 2C, 23 and 9E. RGB value is (44,35,158). Sum of RGB (Red+Green+Blue) = 44+35+158=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C239E is #D3DC61. Grayscale: #333333. Windows color (decimal): -13884514 or 10363692. OLE color: 10363692.

HSL color Cylindrical-coordinate representation of color #2C239E: hue angle of 244.39º 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 #2C239E is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4435158-
CMYK0.720.7800.38
HSL244.39º63.73%37.84%-
HSV(B)244.39º77.85%61.96%-
XYZ7.814.2132.75-
YUV51.71187.98122.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.57%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 158 (62.11% from 255) = 66.67%
R=18.57%
G=14.77%
B=66.67%

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
Decimal44351580.720.7800.38244.3963.7337.84
Hex2C239E484E026f44026
Octal544323611011604636410046
Binary10110010001110011110100100010011100100110111101001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C239E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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