#2411B2

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

Shades of Ultramarine #2411B2

Tints of Ultramarine #2411B2

Color information

#2411B2 (or 0x2411B2) is unknown color: approx Ultramarine. HEX triplet: 24, 11 and B2. RGB value is (36,17,178). Sum of RGB (Red+Green+Blue) = 36+17+178=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 178 (69.92% from 255 or 77.06% from 231); Max value from RGB is 178 - color contains mainly: blue. Hex color #2411B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2411B2 is #DBEE4D. Grayscale: #282828. Windows color (decimal): -14413390 or 11669796. OLE color: 11669796.

HSL color Cylindrical-coordinate representation of color #2411B2: hue angle of 247.08º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2411B2 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3617178-
CMYK0.800.9000.30
HSL247.08º82.56%38.24%-
HSV(B)247.08º90.45%69.8%-
XYZ8.963.9942.42-
YUV41.04205.29124.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 178 (69.92% from 255) = 77.06%
R=15.58%
G=7.36%
B=77.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal36171780.800.9000.30247.0882.5638.24
Hex2411B2505A01Ef75326
Octal442126212013203636712346
Binary100100100011011001010100001011010011110111101111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2411B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,17,178); }

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

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

 a { background-color: rgb(36,17,178); }

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

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

 span { border-color: rgb(36,17,178); }

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