#3601BA

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

Shades of Ultramarine #3601BA

Tints of Ultramarine #3601BA

Color information

#3601BA (or 0x3601BA) is unknown color: approx Ultramarine. HEX triplet: 36, 01 and BA. RGB value is (54,1,186). Sum of RGB (Red+Green+Blue) = 54+1+186=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #3601BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3601BA is #C9FE45. Grayscale: #252525. Windows color (decimal): -13237830 or 12190006. OLE color: 12190006.

HSL color Cylindrical-coordinate representation of color #3601BA: hue angle of 257.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3601BA is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB541186-
CMYK0.710.9900.27
HSL257.19º98.93%36.67%-
HSV(B)257.19º99.46%72.94%-
XYZ10.44.3546.75-
YUV37.94211.56139.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 186 (73.05% from 255) = 77.18%
R=22.41%
G=0.41%
B=77.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5411860.710.9900.27257.1998.9336.67
Hex361BA476301B1016325
Octal66127210714303340114345
Binary110110110111010100011111000110110111000000011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3601BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3601BA; }

 p { color: rgb(54,1,186); }

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

<style>
 a { background-color: #3601BA; }

 a { background-color: rgb(54,1,186); }

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

<style>
 span { border-color: #3601BA; }

 span { border-color: rgb(54,1,186); }

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