#38259B

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

Shades of Blue Gem #38259B

Tints of Blue Gem #38259B

Color information

#38259B (or 0x38259B) is unknown color: approx Blue Gem. HEX triplet: 38, 25 and 9B. RGB value is (56,37,155). Sum of RGB (Red+Green+Blue) = 56+37+155=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #38259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38259B is #C7DA64. Grayscale: #373737. Windows color (decimal): -13097573 or 10167608. OLE color: 10167608.

HSL color Cylindrical-coordinate representation of color #38259B: hue angle of 249.66º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38259B is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5637155-
CMYK0.640.7600.39
HSL249.66º61.46%37.65%-
HSV(B)249.66º76.13%60.78%-
XYZ8.214.5331.45-
YUV56.13183.79127.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 155 (60.94% from 255) = 62.5%
R=22.58%
G=14.92%
B=62.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56371550.640.7600.39249.6661.4637.65
Hex38259B404C027fa3d26
Octal70452331001140473727546
Binary1110001001011001101110000001001100010011111111010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38259B; }

 p { color: rgb(56,37,155); }

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

<style>
 a { background-color: #38259B; }

 a { background-color: rgb(56,37,155); }

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

<style>
 span { border-color: #38259B; }

 span { border-color: rgb(56,37,155); }

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