#38269D

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

Shades of Blue Gem #38269D

Tints of Blue Gem #38269D

Color information

#38269D (or 0x38269D) is unknown color: approx Blue Gem. HEX triplet: 38, 26 and 9D. RGB value is (56,38,157). Sum of RGB (Red+Green+Blue) = 56+38+157=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #38269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38269D is #C7D962. Grayscale: #383838. Windows color (decimal): -13097315 or 10298936. OLE color: 10298936.

HSL color Cylindrical-coordinate representation of color #38269D: hue angle of 249.08º degrees, saturation: 0.61, 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 #38269D is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5638157-
CMYK0.640.7600.38
HSL249.08º61.03%38.24%-
HSV(B)249.08º75.8%61.57%-
XYZ8.414.6632.35-
YUV56.95184.46127.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 157 (61.72% from 255) = 62.55%
R=22.31%
G=15.14%
B=62.55%

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
Decimal56381570.640.7600.38249.0861.0338.24
Hex38269D404C026f93d26
Octal70462351001140463717546
Binary1110001001101001110110000001001100010011011111001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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