#3D289F

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

Shades of Blue Gem #3D289F

Tints of Blue Gem #3D289F

Color information

#3D289F (or 0x3D289F) is unknown color: approx Blue Gem. HEX triplet: 3D, 28 and 9F. RGB value is (61,40,159). Sum of RGB (Red+Green+Blue) = 61+40+159=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D289F is #C2D760. Grayscale: #3B3B3B. Windows color (decimal): -12769121 or 10430525. OLE color: 10430525.

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

Color convert

RGB6140159-
CMYK0.620.7500.38
HSL250.59º59.8%39.02%-
HSV(B)250.59º74.84%62.35%-
XYZ8.945.0133.3-
YUV59.84183.96128.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.46%
GREEN value IS 40 (16.02% from 255) = 15.38%
BLUE value IS 159 (62.5% from 255) = 61.15%
R=23.46%
G=15.38%
B=61.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61401590.620.7500.38250.5959.839.02
Hex3D289F3E4B026fb3c27
Octal7550237761130463737447
Binary111101101000100111111111101001011010011011111011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,159); }

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

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

 a { background-color: rgb(61,40,159); }

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

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

 span { border-color: rgb(61,40,159); }

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