#3A239E

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

Shades of Blue Gem #3A239E

Tints of Blue Gem #3A239E

Color information

#3A239E (or 0x3A239E) is unknown color: approx Blue Gem. HEX triplet: 3A, 23 and 9E. RGB value is (58,35,158). Sum of RGB (Red+Green+Blue) = 58+35+158=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A239E is #C5DC61. Grayscale: #373737. Windows color (decimal): -12967010 or 10363706. OLE color: 10363706.

HSL color Cylindrical-coordinate representation of color #3A239E: hue angle of 251.22º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A239E is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5835158-
CMYK0.630.7800.38
HSL251.22º63.73%37.84%-
HSV(B)251.22º77.85%61.96%-
XYZ8.524.5732.78-
YUV55.9185.62129.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.11%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=23.11%
G=13.94%
B=62.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58351580.630.7800.38251.2263.7337.84
Hex3A239E3F4E026fb4026
Octal72432367711604637310046
Binary1110101000111001111011111110011100100110111110111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A239E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,35,158); }

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

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

 a { background-color: rgb(58,35,158); }

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

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

 span { border-color: rgb(58,35,158); }

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