#2B229B

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

Shades of Ultramarine #2B229B

Tints of Ultramarine #2B229B

Color information

#2B229B (or 0x2B229B) is unknown color: approx Ultramarine. HEX triplet: 2B, 22 and 9B. RGB value is (43,34,155). Sum of RGB (Red+Green+Blue) = 43+34+155=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 34 (13.67% from 255 or 14.66% 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 #2B229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B229B is #D4DD64. Grayscale: #323232. Windows color (decimal): -13950309 or 10166827. OLE color: 10166827.

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

Color convert

RGB4334155-
CMYK0.720.7800.39
HSL244.46º64.02%37.06%-
HSV(B)244.46º78.06%60.78%-
XYZ7.484.0231.39-
YUV50.48186.98122.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.53%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 155 (60.94% from 255) = 66.81%
R=18.53%
G=14.66%
B=66.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43341550.720.7800.39244.4664.0237.06
Hex2B229B484E027f44025
Octal534223311011604736410045
Binary10101110001010011011100100010011100100111111101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,155); }

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

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

 a { background-color: rgb(43,34,155); }

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

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

 span { border-color: rgb(43,34,155); }

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