#38239F

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

Shades of Blue Gem #38239F

Tints of Blue Gem #38239F

Color information

#38239F (or 0x38239F) is unknown color: approx Blue Gem. HEX triplet: 38, 23 and 9F. RGB value is (56,35,159). Sum of RGB (Red+Green+Blue) = 56+35+159=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #38239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38239F is #C7DC60. Grayscale: #363636. Windows color (decimal): -13098081 or 10429240. OLE color: 10429240.

HSL color Cylindrical-coordinate representation of color #38239F: hue angle of 250.16º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38239F is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5635159-
CMYK0.650.7800.38
HSL250.16º63.92%38.04%-
HSV(B)250.16º77.99%62.35%-
XYZ8.494.5533.23-
YUV55.42186.46128.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=22.4%
G=14%
B=63.6%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56351590.650.7800.38250.1663.9238.04
Hex38239F414E026fa4026
Octal704323710111604637210046
Binary11100010001110011111100000110011100100110111110101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38239F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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