#38219E

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

Shades of Blue Gem #38219E

Tints of Blue Gem #38219E

Color information

#38219E (or 0x38219E) is unknown color: approx Blue Gem. HEX triplet: 38, 21 and 9E. RGB value is (56,33,158). Sum of RGB (Red+Green+Blue) = 56+33+158=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #38219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38219E is #C7DE61. Grayscale: #353535. Windows color (decimal): -13098594 or 10363192. OLE color: 10363192.

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

Color convert

RGB5633158-
CMYK0.650.7900.38
HSL251.04º65.45%37.45%-
HSV(B)251.04º79.11%61.96%-
XYZ8.354.432.76-
YUV54.13186.62129.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=22.67%
G=13.36%
B=63.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56331580.650.7900.38251.0465.4537.45
Hex38219E414F026fb4125
Octal704123610111704637310145
Binary11100010000110011110100000110011110100110111110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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