#38209B

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

Shades of Blue Gem #38209B

Tints of Blue Gem #38209B

Color information

#38209B (or 0x38209B) is unknown color: approx Blue Gem. HEX triplet: 38, 20 and 9B. RGB value is (56,32,155). Sum of RGB (Red+Green+Blue) = 56+32+155=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #38209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38209B is #C7DF64. Grayscale: #343434. Windows color (decimal): -13098853 or 10166328. OLE color: 10166328.

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

Color convert

RGB5632155-
CMYK0.640.7900.39
HSL251.71º65.78%36.67%-
HSV(B)251.71º79.35%60.78%-
XYZ8.064.2431.4-
YUV53.2185.45130-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 155 (60.94% from 255) = 63.79%
R=23.05%
G=13.17%
B=63.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56321550.640.7900.39251.7165.7836.67
Hex38209B404F027fc4225
Octal704023310011704737410245
Binary11100010000010011011100000010011110100111111111001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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