#3618AA

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

Shades of Ultramarine #3618AA

Tints of Ultramarine #3618AA

Color information

#3618AA (or 0x3618AA) is unknown color: approx Ultramarine. HEX triplet: 36, 18 and AA. RGB value is (54,24,170). Sum of RGB (Red+Green+Blue) = 54+24+170=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #3618AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3618AA is #C9E755. Grayscale: #313131. Windows color (decimal): -13231958 or 11147318. OLE color: 11147318.

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

Color convert

RGB5424170-
CMYK0.680.8600.33
HSL252.33º75.26%38.04%-
HSV(B)252.33º85.88%66.67%-
XYZ9.14.3438.39-
YUV49.61195.94131.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 170 (66.80% from 255) = 68.55%
R=21.77%
G=9.68%
B=68.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54241700.680.8600.33252.3375.2638.04
Hex3618AA4456021fc4b26
Octal663025210412604137411346
Binary1101101100010101010100010010101100100001111111001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3618AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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