#3606AE

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

Shades of Ultramarine #3606AE

Tints of Ultramarine #3606AE

Color information

#3606AE (or 0x3606AE) is unknown color: approx Ultramarine. HEX triplet: 36, 06 and AE. RGB value is (54,6,174). Sum of RGB (Red+Green+Blue) = 54+6+174=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #3606AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3606AE is #C9F951. Grayscale: #262626. Windows color (decimal): -13236562 or 11404854. OLE color: 11404854.

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

Color convert

RGB546174-
CMYK0.690.9700.32
HSL257.14º93.33%35.29%-
HSV(B)257.14º96.55%68.24%-
XYZ9.233.9740.32-
YUV39.5203.9138.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 174 (68.36% from 255) = 74.36%
R=23.08%
G=2.56%
B=74.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5461740.690.9700.32257.1493.3335.29
Hex366AE45610201015d23
Octal66625610514104040113543
Binary110110110101011101000101110000101000001000000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3606AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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