#370FAC

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

Shades of Ultramarine #370FAC

Tints of Ultramarine #370FAC

Color information

#370FAC (or 0x370FAC) is unknown color: approx Ultramarine. HEX triplet: 37, 0F and AC. RGB value is (55,15,172). Sum of RGB (Red+Green+Blue) = 55+15+172=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #370FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370FAC is #C8F053. Grayscale: #2C2C2C. Windows color (decimal): -13168724 or 11276087. OLE color: 11276087.

HSL color Cylindrical-coordinate representation of color #370FAC: hue angle of 255.29º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370FAC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5515172-
CMYK0.680.9100.33
HSL255.29º83.96%36.67%-
HSV(B)255.29º91.28%67.45%-
XYZ9.194.1339.34-
YUV44.86199.75135.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 15 (6.25% from 255) = 6.20%
BLUE value IS 172 (67.58% from 255) = 71.07%
R=22.73%
G=6.20%
B=71.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55151720.680.9100.33255.2983.9636.67
Hex37FAC445B021ff5425
Octal671725410413304137712445
Binary110111111110101100100010010110110100001111111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,15,172); }

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

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

 a { background-color: rgb(55,15,172); }

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

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

 span { border-color: rgb(55,15,172); }

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