#381E9E

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

Shades of Blue Gem #381E9E

Tints of Blue Gem #381E9E

Color information

#381E9E (or 0x381E9E) is unknown color: approx Blue Gem. HEX triplet: 38, 1E and 9E. RGB value is (56,30,158). Sum of RGB (Red+Green+Blue) = 56+30+158=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #381E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381E9E is #C7E161. Grayscale: #333333. Windows color (decimal): -13099362 or 10362424. OLE color: 10362424.

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

Color convert

RGB5630158-
CMYK0.650.8100.38
HSL252.19º68.09%36.86%-
HSV(B)252.19º81.01%61.96%-
XYZ8.274.2432.73-
YUV52.37187.61130.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 158 (62.11% from 255) = 64.75%
R=22.95%
G=12.30%
B=64.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56301580.650.8100.38252.1968.0936.86
Hex381E9E4151026fc4425
Octal703623610112104637410445
Binary1110001111010011110100000110100010100110111111001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,30,158); }

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

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

 a { background-color: rgb(56,30,158); }

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

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

 span { border-color: rgb(56,30,158); }

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