#38269f

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

Shades of Blue Gem #38269F

Tints of Blue Gem #38269F

Color information

#38269F (or 0x38269F) is unknown color: approx Blue Gem. HEX triplet: 38, 26 and 9F. RGB value is (56,38,159). Sum of RGB (Red+Green+Blue) = 56+38+159=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #38269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38269F is #C7D960. Grayscale: #383838. Windows color (decimal): -13097313 or 10430008. OLE color: 10430008.

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

Color convert

RGB5638159-
CMYK0.650.7600.38
HSL248.93º61.42%38.63%-
HSV(B)248.93º76.1%62.35%-
XYZ8.584.7333.26-
YUV57.18185.46127.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=22.13%
G=15.02%
B=62.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56381590.650.7600.38248.9361.4238.63
Hex38269F414C026f93d27
Octal70462371011140463717547
Binary1110001001101001111110000011001100010011011111001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38269f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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