#38249E

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

Shades of Blue Gem #38249E

Tints of Blue Gem #38249E

Color information

#38249E (or 0x38249E) is unknown color: approx Blue Gem. HEX triplet: 38, 24 and 9E. RGB value is (56,36,158). Sum of RGB (Red+Green+Blue) = 56+36+158=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #38249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38249E is #C7DB61. Grayscale: #373737. Windows color (decimal): -13097826 or 10363960. OLE color: 10363960.

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

Color convert

RGB5636158-
CMYK0.650.7700.38
HSL249.84º62.89%38.04%-
HSV(B)249.84º77.22%61.96%-
XYZ8.434.5732.79-
YUV55.89185.63128.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 36 (14.45% from 255) = 14.4%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=22.4%
G=14.4%
B=63.2%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56361580.650.7700.38249.8462.8938.04
Hex38249E414D026fa3f26
Octal70442361011150463727746
Binary1110001001001001111010000011001101010011011111010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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