#380BAF

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

Shades of Ultramarine #380BAF

Tints of Ultramarine #380BAF

Color information

#380BAF (or 0x380BAF) is unknown color: approx Ultramarine. HEX triplet: 38, 0B and AF. RGB value is (56,11,175). Sum of RGB (Red+Green+Blue) = 56+11+175=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #380BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380BAF is #C7F450. Grayscale: #2A2A2A. Windows color (decimal): -13104209 or 11471672. OLE color: 11471672.

HSL color Cylindrical-coordinate representation of color #380BAF: hue angle of 256.46º degrees, saturation: 0.88, 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 #380BAF is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5611175-
CMYK0.680.9400.31
HSL256.46º88.17%36.47%-
HSV(B)256.46º93.71%68.63%-
XYZ9.494.1840.86-
YUV43.15202.41137.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 175 (68.75% from 255) = 72.31%
R=23.14%
G=4.55%
B=72.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56111750.680.9400.31256.4688.1736.47
Hex38BAF445E01F1005824
Octal701325710413603740013044
Binary111000101110101111100010010111100111111000000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,11,175); }

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

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

 a { background-color: rgb(56,11,175); }

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

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

 span { border-color: rgb(56,11,175); }

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