#360BB5

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

Shades of Ultramarine #360BB5

Tints of Ultramarine #360BB5

Color information

#360BB5 (or 0x360BB5) is unknown color: approx Ultramarine. HEX triplet: 36, 0B and B5. RGB value is (54,11,181). Sum of RGB (Red+Green+Blue) = 54+11+181=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 181 (71.09% from 255 or 73.58% from 246); Max value from RGB is 181 - color contains mainly: blue. Hex color #360BB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BB5 is #C9F44A. Grayscale: #2A2A2A. Windows color (decimal): -13235275 or 11864886. OLE color: 11864886.

HSL color Cylindrical-coordinate representation of color #360BB5: hue angle of 255.18º 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 #360BB5 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5411181-
CMYK0.700.9400.29
HSL255.18º88.54%37.65%-
HSV(B)255.18º93.92%70.98%-
XYZ9.984.3644.03-
YUV43.24205.75135.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 181 (71.09% from 255) = 73.58%
R=21.95%
G=4.47%
B=73.58%

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
Decimal54111810.700.9400.29255.1888.5437.65
Hex36BB5465E01Dff5926
Octal661326510613603537713146
Binary11011010111011010110001101011110011101111111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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