#360BAC

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

Shades of Ultramarine #360BAC

Tints of Ultramarine #360BAC

Color information

#360BAC (or 0x360BAC) is unknown color: approx Ultramarine. HEX triplet: 36, 0B and AC. RGB value is (54,11,172). Sum of RGB (Red+Green+Blue) = 54+11+172=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #360BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360BAC is #C9F453. Grayscale: #292929. Windows color (decimal): -13235284 or 11275062. OLE color: 11275062.

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

Color convert

RGB5411172-
CMYK0.690.9400.33
HSL256.02º87.98%35.88%-
HSV(B)256.02º93.6%67.45%-
XYZ9.09439.32-
YUV42.21201.25136.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 172 (67.58% from 255) = 72.57%
R=22.78%
G=4.64%
B=72.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54111720.690.9400.33256.0287.9835.88
Hex36BAC455E0211005824
Octal661325410513604140013044
Binary1101101011101011001000101101111001000011000000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360BAC; }

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

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

<style>
 a { background-color: #360BAC; }

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

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

<style>
 span { border-color: #360BAC; }

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

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