#381DAE

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

Shades of Blue Gem #381DAE

Tints of Blue Gem #381DAE

Color information

#381DAE (or 0x381DAE) is unknown color: approx Blue Gem. HEX triplet: 38, 1D and AE. RGB value is (56,29,174). Sum of RGB (Red+Green+Blue) = 56+29+174=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #381DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381DAE is #C7E251. Grayscale: #353535. Windows color (decimal): -13099602 or 11410744. OLE color: 11410744.

HSL color Cylindrical-coordinate representation of color #381DAE: hue angle of 251.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381DAE is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5629174-
CMYK0.680.8300.32
HSL251.17º71.43%39.8%-
HSV(B)251.17º83.33%68.24%-
XYZ9.714.7840.45-
YUV53.6195.95129.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 29 (11.72% from 255) = 11.20%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=21.62%
G=11.20%
B=67.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56291740.680.8300.32251.1771.4339.8
Hex381DAE4453020fb4728
Octal703525610412304037310750
Binary1110001110110101110100010010100110100000111110111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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