#2C219B

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

Shades of Ultramarine #2C219B

Tints of Ultramarine #2C219B

Color information

#2C219B (or 0x2C219B) is unknown color: approx Ultramarine. HEX triplet: 2C, 21 and 9B. RGB value is (44,33,155). Sum of RGB (Red+Green+Blue) = 44+33+155=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C219B is #D3DE64. Grayscale: #313131. Windows color (decimal): -13885029 or 10166572. OLE color: 10166572.

HSL color Cylindrical-coordinate representation of color #2C219B: hue angle of 245.41º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C219B is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4433155-
CMYK0.720.7900.39
HSL245.41º64.89%36.86%-
HSV(B)245.41º78.71%60.78%-
XYZ7.53.9931.39-
YUV50.2187.14123.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 155 (60.94% from 255) = 66.81%
R=18.97%
G=14.22%
B=66.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44331550.720.7900.39245.4164.8936.86
Hex2C219B484F027f54125
Octal544123311011704736510145
Binary10110010000110011011100100010011110100111111101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,155); }

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

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

 a { background-color: rgb(44,33,155); }

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

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

 span { border-color: rgb(44,33,155); }

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