#3D339D

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

Shades of Blue Gem #3D339D

Tints of Blue Gem #3D339D

Color information

#3D339D (or 0x3D339D) is unknown color: approx Blue Gem. HEX triplet: 3D, 33 and 9D. RGB value is (61,51,157). Sum of RGB (Red+Green+Blue) = 61+51+157=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D339D is #C2CC62. Grayscale: #414141. Windows color (decimal): -12766307 or 10302269. OLE color: 10302269.

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

Color convert

RGB6151157-
CMYK0.610.6800.38
HSL245.66º50.96%40.78%-
HSV(B)245.66º67.52%61.57%-
XYZ9.195.7932.53-
YUV66.07179.31124.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 157 (61.72% from 255) = 58.36%
R=22.68%
G=18.96%
B=58.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61511570.610.6800.38245.6650.9640.78
Hex3D339D3D44026f63329
Octal7563235751040463666351
Binary111101110011100111011111011000100010011011110110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,157); }

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

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

 a { background-color: rgb(61,51,157); }

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

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

 span { border-color: rgb(61,51,157); }

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