#360BB6

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

Shades of Ultramarine #360BB6

Tints of Ultramarine #360BB6

Color information

#360BB6 (or 0x360BB6) is unknown color: approx Ultramarine. HEX triplet: 36, 0B and B6. RGB value is (54,11,182). Sum of RGB (Red+Green+Blue) = 54+11+182=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 182 (71.48% from 255 or 73.68% from 247); Max value from RGB is 182 - color contains mainly: blue. Hex color #360BB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BB6 is #C9F449. Grayscale: #2A2A2A. Windows color (decimal): -13235274 or 11930422. OLE color: 11930422.

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

Color convert

RGB5411182-
CMYK0.700.9400.29
HSL255.09º88.6%37.84%-
HSV(B)255.09º93.96%71.37%-
XYZ10.084.444.57-
YUV43.35206.25135.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 182 (71.48% from 255) = 73.68%
R=21.86%
G=4.45%
B=73.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54111820.700.9400.29255.0988.637.84
Hex36BB6465E01Dff5926
Octal661326610613603537713146
Binary11011010111011011010001101011110011101111111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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