#3502BA

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

Shades of Ultramarine #3502BA

Tints of Ultramarine #3502BA

Color information

#3502BA (or 0x3502BA) is unknown color: approx Ultramarine. HEX triplet: 35, 02 and BA. RGB value is (53,2,186). Sum of RGB (Red+Green+Blue) = 53+2+186=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #3502BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3502BA is #CAFD45. Grayscale: #252525. Windows color (decimal): -13303110 or 12190261. OLE color: 12190261.

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

Color convert

RGB532186-
CMYK0.720.9900.27
HSL256.63º97.87%36.86%-
HSV(B)256.63º98.92%72.94%-
XYZ10.354.3546.75-
YUV38.22211.4138.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 186 (73.05% from 255) = 77.18%
R=21.99%
G=0.83%
B=77.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5321860.720.9900.27256.6397.8736.86
Hex352BA486301B1016225
Octal65227211014303340114245
Binary1101011010111010100100011000110110111000000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3502BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3502BA; }

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

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

<style>
 a { background-color: #3502BA; }

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

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

<style>
 span { border-color: #3502BA; }

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

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