#3B239E

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

Shades of Blue Gem #3B239E

Tints of Blue Gem #3B239E

Color information

#3B239E (or 0x3B239E) is unknown color: approx Blue Gem. HEX triplet: 3B, 23 and 9E. RGB value is (59,35,158). Sum of RGB (Red+Green+Blue) = 59+35+158=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B239E is #C4DC61. Grayscale: #373737. Windows color (decimal): -12901474 or 10363707. OLE color: 10363707.

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

Color convert

RGB5935158-
CMYK0.630.7800.38
HSL251.71º63.73%37.84%-
HSV(B)251.71º77.85%61.96%-
XYZ8.584.632.78-
YUV56.2185.45130-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=23.41%
G=13.89%
B=62.70%

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
Decimal59351580.630.7800.38251.7163.7337.84
Hex3B239E3F4E026fc4026
Octal73432367711604637410046
Binary1110111000111001111011111110011100100110111111001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B239E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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