#3A289C

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

Shades of Blue Gem #3A289C

Tints of Blue Gem #3A289C

Color information

#3A289C (or 0x3A289C) is unknown color: approx Blue Gem. HEX triplet: 3A, 28 and 9C. RGB value is (58,40,156). Sum of RGB (Red+Green+Blue) = 58+40+156=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A289C is #C5D763. Grayscale: #3A3A3A. Windows color (decimal): -12965732 or 10233914. OLE color: 10233914.

HSL color Cylindrical-coordinate representation of color #3A289C: hue angle of 249.31º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A289C is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5840156-
CMYK0.630.7400.39
HSL249.31º59.18%38.43%-
HSV(B)249.31º74.36%61.18%-
XYZ8.54.8231.93-
YUV58.61182.96127.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 156 (61.33% from 255) = 61.42%
R=22.83%
G=15.75%
B=61.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58401560.630.7400.39249.3159.1838.43
Hex3A289C3F4A027f93b26
Octal7250234771120473717346
Binary111010101000100111001111111001010010011111111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A289C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,156); }

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

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

 a { background-color: rgb(58,40,156); }

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

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

 span { border-color: rgb(58,40,156); }

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