#3501AD

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

Shades of Ultramarine #3501AD

Tints of Ultramarine #3501AD

Color information

#3501AD (or 0x3501AD) is unknown color: approx Ultramarine. HEX triplet: 35, 01 and AD. RGB value is (53,1,173). Sum of RGB (Red+Green+Blue) = 53+1+173=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #3501AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3501AD is #CAFE52. Grayscale: #232323. Windows color (decimal): -13303379 or 11338037. OLE color: 11338037.

HSL color Cylindrical-coordinate representation of color #3501AD: hue angle of 258.14º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3501AD is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB531173-
CMYK0.690.9900.32
HSL258.14º98.85%34.12%-
HSV(B)258.14º99.42%67.84%-
XYZ9.023.839.79-
YUV36.16205.23140.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=23.35%
G=0.44%
B=76.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5311730.690.9900.32258.1498.8534.12
Hex351AD45630201026322
Octal65125510514304040214342
Binary1101011101011011000101110001101000001000000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3501AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3501AD; }

 p { color: rgb(53,1,173); }

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

<style>
 a { background-color: #3501AD; }

 a { background-color: rgb(53,1,173); }

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

<style>
 span { border-color: #3501AD; }

 span { border-color: rgb(53,1,173); }

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