#38289E

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

Shades of Blue Gem #38289E

Tints of Blue Gem #38289E

Color information

#38289E (or 0x38289E) is unknown color: approx Blue Gem. HEX triplet: 38, 28 and 9E. RGB value is (56,40,158). Sum of RGB (Red+Green+Blue) = 56+40+158=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #38289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38289E is #C7D761. Grayscale: #393939. Windows color (decimal): -13096802 or 10364984. OLE color: 10364984.

HSL color Cylindrical-coordinate representation of color #38289E: hue angle of 248.14º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38289E is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5640158-
CMYK0.650.7500.38
HSL248.14º59.6%38.82%-
HSV(B)248.14º74.68%61.96%-
XYZ8.564.8332.83-
YUV58.24184.3126.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 158 (62.11% from 255) = 62.20%
R=22.05%
G=15.75%
B=62.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56401580.650.7500.38248.1459.638.82
Hex38289E414B026f83c27
Octal70502361011130463707447
Binary1110001010001001111010000011001011010011011111000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38289E; }

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

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

<style>
 a { background-color: #38289E; }

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

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

<style>
 span { border-color: #38289E; }

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

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