#38259D

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

Shades of Blue Gem #38259D

Tints of Blue Gem #38259D

Color information

#38259D (or 0x38259D) is unknown color: approx Blue Gem. HEX triplet: 38, 25 and 9D. RGB value is (56,37,157). Sum of RGB (Red+Green+Blue) = 56+37+157=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #38259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38259D is #C7DA62. Grayscale: #373737. Windows color (decimal): -13097571 or 10298680. OLE color: 10298680.

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

Color convert

RGB5637157-
CMYK0.640.7600.38
HSL249.5º61.86%38.04%-
HSV(B)249.5º76.43%61.57%-
XYZ8.384.632.34-
YUV56.36184.79127.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 157 (61.72% from 255) = 62.8%
R=22.4%
G=14.8%
B=62.8%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56371570.640.7600.38249.561.8638.04
Hex38259D404C026fa3e26
Octal70452351001140463727646
Binary1110001001011001110110000001001100010011011111010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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