#3B2694

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

Shades of Blue Gem #3B2694

Tints of Blue Gem #3B2694

Color information

#3B2694 (or 0x3B2694) is unknown color: approx Blue Gem. HEX triplet: 3B, 26 and 94. RGB value is (59,38,148). Sum of RGB (Red+Green+Blue) = 59+38+148=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B2694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2694 is #C4D96B. Grayscale: #383838. Windows color (decimal): -12900716 or 9709115. OLE color: 9709115.

HSL color Cylindrical-coordinate representation of color #3B2694: hue angle of 251.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B2694 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5938148-
CMYK0.600.7400.42
HSL251.45º59.14%36.47%-
HSV(B)251.45º74.32%58.04%-
XYZ7.844.4528.46-
YUV56.82179.46129.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 148 (58.20% from 255) = 60.41%
R=24.08%
G=15.51%
B=60.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59381480.600.7400.42251.4559.1436.47
Hex3B26943C4A02Afb3b24
Octal7346224741120523737344
Binary111011100110100101001111001001010010101011111011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,38,148); }

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

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

 a { background-color: rgb(59,38,148); }

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

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

 span { border-color: rgb(59,38,148); }

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