#3701BA

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

Shades of Ultramarine #3701BA

Tints of Ultramarine #3701BA

Color information

#3701BA (or 0x3701BA) is unknown color: approx Ultramarine. HEX triplet: 37, 01 and BA. RGB value is (55,1,186). Sum of RGB (Red+Green+Blue) = 55+1+186=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #3701BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3701BA is #C8FE45. Grayscale: #252525. Windows color (decimal): -13172294 or 12190007. OLE color: 12190007.

HSL color Cylindrical-coordinate representation of color #3701BA: hue angle of 257.51º 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 #3701BA is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB551186-
CMYK0.700.9900.27
HSL257.51º98.93%36.67%-
HSV(B)257.51º99.46%72.94%-
XYZ10.454.3846.75-
YUV38.24211.39139.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 186 (73.05% from 255) = 76.86%
R=22.73%
G=0.41%
B=76.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5511860.700.9900.27257.5198.9336.67
Hex371BA466301B1026325
Octal67127210614303340214345
Binary110111110111010100011011000110110111000000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3701BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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