#360FB6

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

Shades of Ultramarine #360FB6

Tints of Ultramarine #360FB6

Color information

#360FB6 (or 0x360FB6) is unknown color: approx Ultramarine. HEX triplet: 36, 0F and B6. RGB value is (54,15,182). Sum of RGB (Red+Green+Blue) = 54+15+182=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 182 (71.48% from 255 or 72.51% from 251); Max value from RGB is 182 - color contains mainly: blue. Hex color #360FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FB6 is #C9F049. Grayscale: #2D2D2D. Windows color (decimal): -13234250 or 11931446. OLE color: 11931446.

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

Color convert

RGB5415182-
CMYK0.700.9200.29
HSL254.01º84.77%38.63%-
HSV(B)254.01º91.76%71.37%-
XYZ10.144.544.59-
YUV45.7204.92133.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 182 (71.48% from 255) = 72.51%
R=21.51%
G=5.98%
B=72.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54151820.700.9200.29254.0184.7738.63
Hex36FB6465C01Dfe5527
Octal661726610613403537612547
Binary11011011111011011010001101011100011101111111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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