#370EB4

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

Shades of Ultramarine #370EB4

Tints of Ultramarine #370EB4

Color information

#370EB4 (or 0x370EB4) is unknown color: approx Ultramarine. HEX triplet: 37, 0E and B4. RGB value is (55,14,180). Sum of RGB (Red+Green+Blue) = 55+14+180=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #370EB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370EB4 is #C8F14B. Grayscale: #2C2C2C. Windows color (decimal): -13168972 or 11800119. OLE color: 11800119.

HSL color Cylindrical-coordinate representation of color #370EB4: hue angle of 254.82º 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 #370EB4 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5514180-
CMYK0.690.9200.29
HSL254.82º85.57%38.04%-
HSV(B)254.82º92.22%70.59%-
XYZ9.974.4243.51-
YUV45.18204.08135-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 180 (70.70% from 255) = 72.29%
R=22.09%
G=5.62%
B=72.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55141800.690.9200.29254.8285.5738.04
Hex37EB4455C01Dff5626
Octal671626410513403537712646
Binary11011111101011010010001011011100011101111111111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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