#3610AA

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

Shades of Ultramarine #3610AA

Tints of Ultramarine #3610AA

Color information

#3610AA (or 0x3610AA) is unknown color: approx Ultramarine. HEX triplet: 36, 10 and AA. RGB value is (54,16,170). Sum of RGB (Red+Green+Blue) = 54+16+170=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #3610AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3610AA is #C9EF55. Grayscale: #2C2C2C. Windows color (decimal): -13234006 or 11145270. OLE color: 11145270.

HSL color Cylindrical-coordinate representation of color #3610AA: hue angle of 254.81º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3610AA is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5416170-
CMYK0.680.9100.33
HSL254.81º82.8%36.47%-
HSV(B)254.81º90.59%66.67%-
XYZ8.964.0638.34-
YUV44.92198.59134.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 16 (6.64% from 255) = 6.67%
BLUE value IS 170 (66.80% from 255) = 70.83%
R=22.5%
G=6.67%
B=70.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54161700.680.9100.33254.8182.836.47
Hex3610AA445B021ff5324
Octal662025210413304137712344
Binary1101101000010101010100010010110110100001111111111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3610AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3610AA; }

 p { color: rgb(54,16,170); }

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

<style>
 a { background-color: #3610AA; }

 a { background-color: rgb(54,16,170); }

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

<style>
 span { border-color: #3610AA; }

 span { border-color: rgb(54,16,170); }

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