#3D309D

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

Shades of Blue Gem #3D309D

Tints of Blue Gem #3D309D

Color information

#3D309D (or 0x3D309D) is unknown color: approx Blue Gem. HEX triplet: 3D, 30 and 9D. RGB value is (61,48,157). Sum of RGB (Red+Green+Blue) = 61+48+157=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D309D is #C2CF62. Grayscale: #3F3F3F. Windows color (decimal): -12767075 or 10301501. OLE color: 10301501.

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

Color convert

RGB6148157-
CMYK0.610.6900.38
HSL247.16º53.17%40.2%-
HSV(B)247.16º69.43%61.57%-
XYZ9.075.5432.49-
YUV64.31180.31125.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 157 (61.72% from 255) = 59.02%
R=22.93%
G=18.05%
B=59.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61481570.610.6900.38247.1653.1740.2
Hex3D309D3D45026f73528
Octal7560235751050463676550
Binary111101110000100111011111011000101010011011110111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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