#3604AE

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

Shades of Ultramarine #3604AE

Tints of Ultramarine #3604AE

Color information

#3604AE (or 0x3604AE) is unknown color: approx Ultramarine. HEX triplet: 36, 04 and AE. RGB value is (54,4,174). Sum of RGB (Red+Green+Blue) = 54+4+174=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #3604AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3604AE is #C9FB51. Grayscale: #252525. Windows color (decimal): -13237074 or 11404342. OLE color: 11404342.

HSL color Cylindrical-coordinate representation of color #3604AE: hue angle of 257.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604AE is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB544174-
CMYK0.690.9800.32
HSL257.65º95.51%34.9%-
HSV(B)257.65º97.7%68.24%-
XYZ9.23.9340.32-
YUV38.33204.56139.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 174 (68.36% from 255) = 75%
R=23.28%
G=1.72%
B=75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5441740.690.9800.32257.6595.5134.9
Hex364AE45620201026023
Octal66425610514204040214043
Binary110110100101011101000101110001001000001000000101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3604AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3604AE; }

 p { color: rgb(54,4,174); }

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

<style>
 a { background-color: #3604AE; }

 a { background-color: rgb(54,4,174); }

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

<style>
 span { border-color: #3604AE; }

 span { border-color: rgb(54,4,174); }

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