#3614ac

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

Shades of Ultramarine #3614AC

Tints of Ultramarine #3614AC

Color information

#3614AC (or 0x3614AC) is unknown color: approx Ultramarine. HEX triplet: 36, 14 and AC. RGB value is (54,20,172). Sum of RGB (Red+Green+Blue) = 54+20+172=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #3614AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3614AC is #C9EB53. Grayscale: #2E2E2E. Windows color (decimal): -13232980 or 11277366. OLE color: 11277366.

HSL color Cylindrical-coordinate representation of color #3614AC: hue angle of 253.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3614AC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5420172-
CMYK0.690.8800.33
HSL253.42º79.17%37.65%-
HSV(B)253.42º88.37%67.45%-
XYZ9.224.2639.37-
YUV47.49198.26132.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 172 (67.58% from 255) = 69.92%
R=21.95%
G=8.13%
B=69.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54201720.690.8800.33253.4279.1737.65
Hex3614AC4558021fd4f26
Octal662425410513004137511746
Binary1101101010010101100100010110110000100001111111011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3614ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3614ac; }

 p { color: rgb(54,20,172); }

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

<style>
 a { background-color: #3614ac; }

 a { background-color: rgb(54,20,172); }

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

<style>
 span { border-color: #3614ac; }

 span { border-color: rgb(54,20,172); }

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