#3A269D

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

Shades of Blue Gem #3A269D

Tints of Blue Gem #3A269D

Color information

#3A269D (or 0x3A269D) is unknown color: approx Blue Gem. HEX triplet: 3A, 26 and 9D. RGB value is (58,38,157). Sum of RGB (Red+Green+Blue) = 58+38+157=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A269D is #C5D962. Grayscale: #393939. Windows color (decimal): -12966243 or 10298938. OLE color: 10298938.

HSL color Cylindrical-coordinate representation of color #3A269D: hue angle of 250.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 #3A269D is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5838157-
CMYK0.630.7600.38
HSL250.08º61.03%38.24%-
HSV(B)250.08º75.8%61.57%-
XYZ8.524.7232.36-
YUV57.55184.13128.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 157 (61.72% from 255) = 62.06%
R=22.92%
G=15.02%
B=62.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58381570.630.7600.38250.0861.0338.24
Hex3A269D3F4C026fa3d26
Octal7246235771140463727546
Binary111010100110100111011111111001100010011011111010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A269D; }

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

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

<style>
 a { background-color: #3A269D; }

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

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

<style>
 span { border-color: #3A269D; }

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

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