#3B279B

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

Shades of Blue Gem #3B279B

Tints of Blue Gem #3B279B

Color information

#3B279B (or 0x3B279B) is unknown color: approx Blue Gem. HEX triplet: 3B, 27 and 9B. RGB value is (59,39,155). Sum of RGB (Red+Green+Blue) = 59+39+155=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B279B is #C4D864. Grayscale: #393939. Windows color (decimal): -12900453 or 10168123. OLE color: 10168123.

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

Color convert

RGB5939155-
CMYK0.620.7500.39
HSL250.34º59.79%38.04%-
HSV(B)250.34º74.84%60.78%-
XYZ8.454.7531.48-
YUV58.2182.63128.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 155 (60.94% from 255) = 61.26%
R=23.32%
G=15.42%
B=61.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59391550.620.7500.39250.3459.7938.04
Hex3B279B3E4B027fa3c26
Octal7347233761130473727446
Binary111011100111100110111111101001011010011111111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,39,155); }

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

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

 a { background-color: rgb(59,39,155); }

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

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

 span { border-color: rgb(59,39,155); }

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