#2903B2

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

Shades of Ultramarine #2903B2

Tints of Ultramarine #2903B2

Color information

#2903B2 (or 0x2903B2) is unknown color: approx Ultramarine. HEX triplet: 29, 03 and B2. RGB value is (41,3,178). Sum of RGB (Red+Green+Blue) = 41+3+178=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 178 (69.92% from 255 or 80.18% from 222); Max value from RGB is 178 - color contains mainly: blue. Hex color #2903B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2903B2 is #D6FC4D. Grayscale: #212121. Windows color (decimal): -14089294 or 11666217. OLE color: 11666217.

HSL color Cylindrical-coordinate representation of color #2903B2: hue angle of 253.03º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2903B2 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB413178-
CMYK0.770.9800.30
HSL253.03º96.69%35.49%-
HSV(B)253.03º98.31%69.8%-
XYZ8.983.7542.37-
YUV34.31209.09132.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 178 (69.92% from 255) = 80.18%
R=18.47%
G=1.35%
B=80.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4131780.770.9800.30253.0396.6935.49
Hex293B24D6201Efd6123
Octal51326211514203637514143
Binary101001111011001010011011100010011110111111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2903B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2903B2; }

 p { color: rgb(41,3,178); }

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

<style>
 a { background-color: #2903B2; }

 a { background-color: rgb(41,3,178); }

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

<style>
 span { border-color: #2903B2; }

 span { border-color: rgb(41,3,178); }

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