#360FAB

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

Shades of Ultramarine #360FAB

Tints of Ultramarine #360FAB

Color information

#360FAB (or 0x360FAB) is unknown color: approx Ultramarine. HEX triplet: 36, 0F and AB. RGB value is (54,15,171). Sum of RGB (Red+Green+Blue) = 54+15+171=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #360FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360FAB is #C9F054. Grayscale: #2B2B2B. Windows color (decimal): -13234261 or 11210550. OLE color: 11210550.

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

Color convert

RGB5415171-
CMYK0.680.9100.33
HSL255º83.87%36.47%-
HSV(B)255º91.23%67.06%-
XYZ9.044.0738.84-
YUV44.44199.42134.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 15 (6.25% from 255) = 6.25%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=22.5%
G=6.25%
B=71.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54151710.680.9100.3325583.8736.47
Hex36FAB445B021ff5424
Octal661725310413304137712444
Binary110110111110101011100010010110110100001111111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,15,171); }

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

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

 a { background-color: rgb(54,15,171); }

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

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

 span { border-color: rgb(54,15,171); }

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