#3500AB

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

Shades of Ultramarine #3500AB

Tints of Ultramarine #3500AB

Color information

#3500AB (or 0x3500AB) is unknown color: approx Ultramarine. HEX triplet: 35, 00 and AB. RGB value is (53,0,171). Sum of RGB (Red+Green+Blue) = 53+0+171=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #3500AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3500AB is #CAFF54. Grayscale: #222222. Windows color (decimal): -13303637 or 11206709. OLE color: 11206709.

HSL color Cylindrical-coordinate representation of color #3500AB: hue angle of 258.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500AB is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB530171-
CMYK0.69100.33
HSL258.6º100%33.53%-
HSV(B)258.6º100%67.06%-
XYZ8.823.738.78-
YUV35.34204.56140.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 76.34%
R=23.66%
G=0%
B=76.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5301710.69100.33258.610033.53
Hex350AB45640211036422
Octal65025310514404140314442
Binary1101010101010111000101110010001000011000000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3500AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3500AB; }

 p { color: rgb(53,0,171); }

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

<style>
 a { background-color: #3500AB; }

 a { background-color: rgb(53,0,171); }

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

<style>
 span { border-color: #3500AB; }

 span { border-color: rgb(53,0,171); }

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