#380AB3

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

Shades of Ultramarine #380AB3

Tints of Ultramarine #380AB3

Color information

#380AB3 (or 0x380AB3) is unknown color: approx Ultramarine. HEX triplet: 38, 0A and B3. RGB value is (56,10,179). Sum of RGB (Red+Green+Blue) = 56+10+179=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #380AB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380AB3 is #C7F54C. Grayscale: #2A2A2A. Windows color (decimal): -13104461 or 11733560. OLE color: 11733560.

HSL color Cylindrical-coordinate representation of color #380AB3: hue angle of 256.33º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380AB3 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5610179-
CMYK0.690.9400.30
HSL256.33º89.42%37.06%-
HSV(B)256.33º94.41%70.2%-
XYZ9.884.3142.96-
YUV43.02204.74137.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 179 (70.31% from 255) = 73.06%
R=22.86%
G=4.08%
B=73.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56101790.690.9400.30256.3389.4237.06
Hex38AB3455E01E1005925
Octal701226310513603640013145
Binary111000101010110011100010110111100111101000000001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,10,179); }

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

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

 a { background-color: rgb(56,10,179); }

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

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

 span { border-color: rgb(56,10,179); }

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