#360DB6

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

Shades of Ultramarine #360DB6

Tints of Ultramarine #360DB6

Color information

#360DB6 (or 0x360DB6) is unknown color: approx Ultramarine. HEX triplet: 36, 0D and B6. RGB value is (54,13,182). Sum of RGB (Red+Green+Blue) = 54+13+182=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 182 (71.48% from 255 or 73.09% from 249); Max value from RGB is 182 - color contains mainly: blue. Hex color #360DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DB6 is #C9F249. Grayscale: #2B2B2B. Windows color (decimal): -13234762 or 11930934. OLE color: 11930934.

HSL color Cylindrical-coordinate representation of color #360DB6: hue angle of 254.56º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360DB6 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5413182-
CMYK0.700.9300.29
HSL254.56º86.67%38.24%-
HSV(B)254.56º92.86%71.37%-
XYZ10.114.4544.58-
YUV44.53205.58134.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 182 (71.48% from 255) = 73.09%
R=21.69%
G=5.22%
B=73.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54131820.700.9300.29254.5686.6738.24
Hex36DB6465D01Dff5726
Octal661526610613503537712746
Binary11011011011011011010001101011101011101111111111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,13,182); }

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

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

 a { background-color: rgb(54,13,182); }

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

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

 span { border-color: rgb(54,13,182); }

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