#3511ba

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

Shades of Ultramarine #3511BA

Tints of Ultramarine #3511BA

Color information

#3511BA (or 0x3511BA) is unknown color: approx Ultramarine. HEX triplet: 35, 11 and BA. RGB value is (53,17,186). Sum of RGB (Red+Green+Blue) = 53+17+186=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #3511BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3511BA is #CAEE45. Grayscale: #2E2E2E. Windows color (decimal): -13299270 or 12194101. OLE color: 12194101.

HSL color Cylindrical-coordinate representation of color #3511BA: hue angle of 252.78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3511BA is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5317186-
CMYK0.720.9100.27
HSL252.78º83.25%39.8%-
HSV(B)252.78º90.86%72.94%-
XYZ10.534.746.81-
YUV47.03206.43132.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 186 (73.05% from 255) = 72.66%
R=20.70%
G=6.64%
B=72.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53171860.720.9100.27252.7883.2539.8
Hex3511BA485B01Bfd5328
Octal652127211013303337512350
Binary110101100011011101010010001011011011011111111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3511ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3511ba; }

 p { color: rgb(53,17,186); }

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

<style>
 a { background-color: #3511ba; }

 a { background-color: rgb(53,17,186); }

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

<style>
 span { border-color: #3511ba; }

 span { border-color: rgb(53,17,186); }

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