#370aba

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

Shades of Ultramarine #370ABA

Tints of Ultramarine #370ABA

Color information

#370ABA (or 0x370ABA) is unknown color: approx Ultramarine. HEX triplet: 37, 0A and BA. RGB value is (55,10,186). Sum of RGB (Red+Green+Blue) = 55+10+186=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #370ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ABA is #C8F545. Grayscale: #2A2A2A. Windows color (decimal): -13169990 or 12192311. OLE color: 12192311.

HSL color Cylindrical-coordinate representation of color #370ABA: hue angle of 255.34º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370ABA is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5510186-
CMYK0.700.9500.27
HSL255.34º89.8%38.43%-
HSV(B)255.34º94.62%72.94%-
XYZ10.554.5746.78-
YUV43.52208.41136.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 186 (73.05% from 255) = 74.10%
R=21.91%
G=3.98%
B=74.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55101860.700.9500.27255.3489.838.43
Hex37ABA465F01Bff5a26
Octal671227210613703337713246
Binary11011110101011101010001101011111011011111111111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370aba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370aba; }

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

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

<style>
 a { background-color: #370aba; }

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

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

<style>
 span { border-color: #370aba; }

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

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