#370DB6

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

Shades of Ultramarine #370DB6

Tints of Ultramarine #370DB6

Color information

#370DB6 (or 0x370DB6) is unknown color: approx Ultramarine. HEX triplet: 37, 0D and B6. RGB value is (55,13,182). Sum of RGB (Red+Green+Blue) = 55+13+182=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #370DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DB6 is #C8F249. Grayscale: #2C2C2C. Windows color (decimal): -13169226 or 11930935. OLE color: 11930935.

HSL color Cylindrical-coordinate representation of color #370DB6: hue angle of 254.91º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370DB6 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5513182-
CMYK0.700.9300.29
HSL254.91º86.67%38.24%-
HSV(B)254.91º92.86%71.37%-
XYZ10.164.4844.58-
YUV44.82205.41135.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 13 (5.47% from 255) = 5.2%
BLUE value IS 182 (71.48% from 255) = 72.8%
R=22%
G=5.2%
B=72.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55131820.700.9300.29254.9186.6738.24
Hex37DB6465D01Dff5726
Octal671526610613503537712746
Binary11011111011011011010001101011101011101111111111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,13,182); }

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

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

 a { background-color: rgb(55,13,182); }

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

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

 span { border-color: rgb(55,13,182); }

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