#38269A

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

Shades of Blue Gem #38269A

Tints of Blue Gem #38269A

Color information

#38269A (or 0x38269A) is unknown color: approx Blue Gem. HEX triplet: 38, 26 and 9A. RGB value is (56,38,154). Sum of RGB (Red+Green+Blue) = 56+38+154=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #38269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38269A is #C7D965. Grayscale: #383838. Windows color (decimal): -13097318 or 10102328. OLE color: 10102328.

HSL color Cylindrical-coordinate representation of color #38269A: hue angle of 249.31º 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 #38269A is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5638154-
CMYK0.640.7500.40
HSL249.31º60.42%37.65%-
HSV(B)249.31º75.32%60.39%-
XYZ8.164.5631.02-
YUV56.61182.96127.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 154 (60.55% from 255) = 62.10%
R=22.58%
G=15.32%
B=62.10%

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
Decimal56381540.640.7500.40249.3160.4237.65
Hex38269A404B028f93c26
Octal70462321001130503717446
Binary1110001001101001101010000001001011010100011111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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