#370FB6

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

Shades of Ultramarine #370FB6

Tints of Ultramarine #370FB6

Color information

#370FB6 (or 0x370FB6) is unknown color: approx Ultramarine. HEX triplet: 37, 0F and B6. RGB value is (55,15,182). Sum of RGB (Red+Green+Blue) = 55+15+182=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 182 (71.48% from 255 or 72.22% from 252); Max value from RGB is 182 - color contains mainly: blue. Hex color #370FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FB6 is #C8F049. Grayscale: #2D2D2D. Windows color (decimal): -13168714 or 11931447. OLE color: 11931447.

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

Color convert

RGB5515182-
CMYK0.700.9200.29
HSL254.37º84.77%38.63%-
HSV(B)254.37º91.76%71.37%-
XYZ10.194.5344.59-
YUV46204.75134.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 182 (71.48% from 255) = 72.22%
R=21.83%
G=5.95%
B=72.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55151820.700.9200.29254.3784.7738.63
Hex37FB6465C01Dfe5527
Octal671726610613403537612547
Binary11011111111011011010001101011100011101111111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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