#381FAE

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

Shades of Blue Gem #381FAE

Tints of Blue Gem #381FAE

Color information

#381FAE (or 0x381FAE) is unknown color: approx Blue Gem. HEX triplet: 38, 1F and AE. RGB value is (56,31,174). Sum of RGB (Red+Green+Blue) = 56+31+174=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #381FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381FAE is #C7E051. Grayscale: #363636. Windows color (decimal): -13099090 or 11411256. OLE color: 11411256.

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

Color convert

RGB5631174-
CMYK0.680.8200.32
HSL250.49º69.76%40.2%-
HSV(B)250.49º82.18%68.24%-
XYZ9.764.8840.47-
YUV54.78195.28128.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 174 (68.36% from 255) = 66.67%
R=21.46%
G=11.88%
B=66.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56311740.680.8200.32250.4969.7640.2
Hex381FAE4452020fa4628
Octal703725610412204037210650
Binary1110001111110101110100010010100100100000111110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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