#2D219A

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

Shades of Ultramarine #2D219A

Tints of Ultramarine #2D219A

Color information

#2D219A (or 0x2D219A) is unknown color: approx Ultramarine. HEX triplet: 2D, 21 and 9A. RGB value is (45,33,154). Sum of RGB (Red+Green+Blue) = 45+33+154=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #2D219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D219A is #D2DE65. Grayscale: #313131. Windows color (decimal): -13819494 or 10101037. OLE color: 10101037.

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

Color convert

RGB4533154-
CMYK0.710.7900.40
HSL245.95º64.71%36.67%-
HSV(B)245.95º78.57%60.39%-
XYZ7.463.9830.95-
YUV50.38186.48124.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 154 (60.55% from 255) = 66.38%
R=19.40%
G=14.22%
B=66.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45331540.710.7900.40245.9564.7136.67
Hex2D219A474F028f64125
Octal554123210711705036610145
Binary10110110000110011010100011110011110101000111101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,33,154); }

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

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

 a { background-color: rgb(45,33,154); }

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

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

 span { border-color: rgb(45,33,154); }

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