#380DB6

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

Shades of Ultramarine #380DB6

Tints of Ultramarine #380DB6

Color information

#380DB6 (or 0x380DB6) is unknown color: approx Ultramarine. HEX triplet: 38, 0D and B6. RGB value is (56,13,182). Sum of RGB (Red+Green+Blue) = 56+13+182=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 182 (71.48% from 255 or 72.51% from 251); Max value from RGB is 182 - color contains mainly: blue. Hex color #380DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DB6 is #C7F249. Grayscale: #2C2C2C. Windows color (decimal): -13103690 or 11930936. OLE color: 11930936.

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

Color convert

RGB5613182-
CMYK0.690.9300.29
HSL255.27º86.67%38.24%-
HSV(B)255.27º92.86%71.37%-
XYZ10.224.5144.59-
YUV45.12205.25135.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 13 (5.47% from 255) = 5.18%
BLUE value IS 182 (71.48% from 255) = 72.51%
R=22.31%
G=5.18%
B=72.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56131820.690.9300.29255.2786.6738.24
Hex38DB6455D01Dff5726
Octal701526610513503537712746
Binary11100011011011011010001011011101011101111111111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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