#38269B

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

Shades of Blue Gem #38269B

Tints of Blue Gem #38269B

Color information

#38269B (or 0x38269B) is unknown color: approx Blue Gem. HEX triplet: 38, 26 and 9B. RGB value is (56,38,155). Sum of RGB (Red+Green+Blue) = 56+38+155=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #38269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38269B is #C7D964. Grayscale: #383838. Windows color (decimal): -13097317 or 10167864. OLE color: 10167864.

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

Color convert

RGB5638155-
CMYK0.640.7500.39
HSL249.23º60.62%37.84%-
HSV(B)249.23º75.48%60.78%-
XYZ8.244.5931.46-
YUV56.72183.46127.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=22.49%
G=15.26%
B=62.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56381550.640.7500.39249.2360.6237.84
Hex38269B404B027f93d26
Octal70462331001130473717546
Binary1110001001101001101110000001001011010011111111001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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