#380FAE

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

Shades of Ultramarine #380FAE

Tints of Ultramarine #380FAE

Color information

#380FAE (or 0x380FAE) is unknown color: approx Ultramarine. HEX triplet: 38, 0F and AE. RGB value is (56,15,174). Sum of RGB (Red+Green+Blue) = 56+15+174=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #380FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380FAE is #C7F051. Grayscale: #2C2C2C. Windows color (decimal): -13103186 or 11407160. OLE color: 11407160.

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

Color convert

RGB5615174-
CMYK0.680.9100.32
HSL255.47º84.13%37.06%-
HSV(B)255.47º91.38%68.24%-
XYZ9.444.2440.36-
YUV45.39200.58135.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 15 (6.25% from 255) = 6.12%
BLUE value IS 174 (68.36% from 255) = 71.02%
R=22.86%
G=6.12%
B=71.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56151740.680.9100.32255.4784.1337.06
Hex38FAE445B020ff5425
Octal701725610413304037712445
Binary111000111110101110100010010110110100000111111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,15,174); }

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

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

 a { background-color: rgb(56,15,174); }

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

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

 span { border-color: rgb(56,15,174); }

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