#38289F

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

Shades of Blue Gem #38289F

Tints of Blue Gem #38289F

Color information

#38289F (or 0x38289F) is unknown color: approx Blue Gem. HEX triplet: 38, 28 and 9F. RGB value is (56,40,159). Sum of RGB (Red+Green+Blue) = 56+40+159=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #38289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38289F is #C7D760. Grayscale: #393939. Windows color (decimal): -13096801 or 10430520. OLE color: 10430520.

HSL color Cylindrical-coordinate representation of color #38289F: hue angle of 248.07º 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 #38289F is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5640159-
CMYK0.650.7500.38
HSL248.07º59.8%39.02%-
HSV(B)248.07º74.84%62.35%-
XYZ8.654.8633.28-
YUV58.35184.8126.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=21.96%
G=15.69%
B=62.35%

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
Decimal56401590.650.7500.38248.0759.839.02
Hex38289F414B026f83c27
Octal70502371011130463707447
Binary1110001010001001111110000011001011010011011111000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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