#38279A

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

Shades of Blue Gem #38279A

Tints of Blue Gem #38279A

Color information

#38279A (or 0x38279A) is unknown color: approx Blue Gem. HEX triplet: 38, 27 and 9A. RGB value is (56,39,154). Sum of RGB (Red+Green+Blue) = 56+39+154=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #38279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38279A is #C7D865. Grayscale: #383838. Windows color (decimal): -13097062 or 10102584. OLE color: 10102584.

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

Color convert

RGB5639154-
CMYK0.640.7500.40
HSL248.87º59.59%37.84%-
HSV(B)248.87º74.68%60.39%-
XYZ8.194.6231.03-
YUV57.19182.63127.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=22.49%
G=15.66%
B=61.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56391540.640.7500.40248.8759.5937.84
Hex38279A404B028f93c26
Octal70472321001130503717446
Binary1110001001111001101010000001001011010100011111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38279A; }

 p { color: rgb(56,39,154); }

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

<style>
 a { background-color: #38279A; }

 a { background-color: rgb(56,39,154); }

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

<style>
 span { border-color: #38279A; }

 span { border-color: rgb(56,39,154); }

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