#360EB4

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

Shades of Ultramarine #360EB4

Tints of Ultramarine #360EB4

Color information

#360EB4 (or 0x360EB4) is unknown color: approx Ultramarine. HEX triplet: 36, 0E and B4. RGB value is (54,14,180). Sum of RGB (Red+Green+Blue) = 54+14+180=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 180 (70.70% from 255 or 72.58% from 248); Max value from RGB is 180 - color contains mainly: blue. Hex color #360EB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360EB4 is #C9F14B. Grayscale: #2C2C2C. Windows color (decimal): -13234508 or 11800118. OLE color: 11800118.

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

Color convert

RGB5414180-
CMYK0.70.9200.29
HSL254.46º85.57%38.04%-
HSV(B)254.46º92.22%70.59%-
XYZ9.924.3943.51-
YUV44.88204.25134.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 14 (5.86% from 255) = 5.65%
BLUE value IS 180 (70.70% from 255) = 72.58%
R=21.77%
G=5.65%
B=72.58%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54141800.70.9200.29254.4685.5738.04
Hex36EB4465C01Dfe5626
Octal661626410613403537612646
Binary11011011101011010010001101011100011101111111101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,14,180); }

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

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

 a { background-color: rgb(54,14,180); }

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

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

 span { border-color: rgb(54,14,180); }

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