#381DA8

Color #381DA8 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #381DA8

Tints of Blue Gem #381DA8

Color information

#381DA8 (or 0x381DA8) is unknown color: approx Blue Gem. HEX triplet: 38, 1D and A8. RGB value is (56,29,168). Sum of RGB (Red+Green+Blue) = 56+29+168=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #381DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381DA8 is #C7E257. Grayscale: #343434. Windows color (decimal): -13099608 or 11017528. OLE color: 11017528.

HSL color Cylindrical-coordinate representation of color #381DA8: hue angle of 251.65º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381DA8 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5629168-
CMYK0.670.8300.34
HSL251.65º70.56%38.63%-
HSV(B)251.65º82.74%65.88%-
XYZ9.144.5537.44-
YUV52.92192.95130.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 168 (66.02% from 255) = 66.40%
R=22.13%
G=11.46%
B=66.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal56291680.670.8300.34251.6570.5638.63
Hex381DA84353022fc4727
Octal703525010312304237410747
Binary1110001110110101000100001110100110100010111111001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381DA8; }

 p { color: rgb(56,29,168); }

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

<style>
 a { background-color: #381DA8; }

 a { background-color: rgb(56,29,168); }

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

<style>
 span { border-color: #381DA8; }

 span { border-color: rgb(56,29,168); }

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