#370AAF

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

Shades of Ultramarine #370AAF

Tints of Ultramarine #370AAF

Color information

#370AAF (or 0x370AAF) is unknown color: approx Ultramarine. HEX triplet: 37, 0A and AF. RGB value is (55,10,175). Sum of RGB (Red+Green+Blue) = 55+10+175=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #370AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370AAF is #C8F550. Grayscale: #292929. Windows color (decimal): -13170001 or 11471415. OLE color: 11471415.

HSL color Cylindrical-coordinate representation of color #370AAF: hue angle of 256.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370AAF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5510175-
CMYK0.690.9400.31
HSL256.36º89.19%36.27%-
HSV(B)256.36º94.29%68.63%-
XYZ9.424.1240.86-
YUV42.26202.91137.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 175 (68.75% from 255) = 72.92%
R=22.92%
G=4.17%
B=72.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal55101750.690.9400.31256.3689.1936.27
Hex37AAF455E01F1005924
Octal671225710513603740013144
Binary110111101010101111100010110111100111111000000001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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