#381FA3

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

Shades of Blue Gem #381FA3

Tints of Blue Gem #381FA3

Color information

#381FA3 (or 0x381FA3) is unknown color: approx Blue Gem. HEX triplet: 38, 1F and A3. RGB value is (56,31,163). Sum of RGB (Red+Green+Blue) = 56+31+163=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #381FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381FA3 is #C7E05C. Grayscale: #353535. Windows color (decimal): -13099101 or 10690360. OLE color: 10690360.

HSL color Cylindrical-coordinate representation of color #381FA3: hue angle of 251.36º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381FA3 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5631163-
CMYK0.660.8100.36
HSL251.36º68.04%38.04%-
HSV(B)251.36º80.98%63.92%-
XYZ8.734.4735.05-
YUV53.52189.78129.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 31 (12.5% from 255) = 12.4%
BLUE value IS 163 (64.06% from 255) = 65.2%
R=22.4%
G=12.4%
B=65.2%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56311630.660.8100.36251.3668.0438.04
Hex381FA34251024fb4426
Octal703724310212104437310446
Binary1110001111110100011100001010100010100100111110111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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