#3B249E

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

Shades of Blue Gem #3B249E

Tints of Blue Gem #3B249E

Color information

#3B249E (or 0x3B249E) is unknown color: approx Blue Gem. HEX triplet: 3B, 24 and 9E. RGB value is (59,36,158). Sum of RGB (Red+Green+Blue) = 59+36+158=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B249E is #C4DB61. Grayscale: #383838. Windows color (decimal): -12901218 or 10363963. OLE color: 10363963.

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

Color convert

RGB5936158-
CMYK0.630.7700.38
HSL251.31º62.89%38.04%-
HSV(B)251.31º77.22%61.96%-
XYZ8.614.6632.79-
YUV56.78185.12129.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 158 (62.11% from 255) = 62.45%
R=23.32%
G=14.23%
B=62.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59361580.630.7700.38251.3162.8938.04
Hex3B249E3F4D026fb3f26
Octal7344236771150463737746
Binary111011100100100111101111111001101010011011111011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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