#3D289E

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

Shades of Blue Gem #3D289E

Tints of Blue Gem #3D289E

Color information

#3D289E (or 0x3D289E) is unknown color: approx Blue Gem. HEX triplet: 3D, 28 and 9E. RGB value is (61,40,158). Sum of RGB (Red+Green+Blue) = 61+40+158=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D289E is #C2D761. Grayscale: #3B3B3B. Windows color (decimal): -12769122 or 10364989. OLE color: 10364989.

HSL color Cylindrical-coordinate representation of color #3D289E: hue angle of 250.68º 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 #3D289E is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6140158-
CMYK0.610.7500.38
HSL250.68º59.6%38.82%-
HSV(B)250.68º74.68%61.96%-
XYZ8.854.9832.84-
YUV59.73183.46128.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=23.55%
G=15.44%
B=61.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61401580.610.7500.38250.6859.638.82
Hex3D289E3D4B026fb3c27
Octal7550236751130463737447
Binary111101101000100111101111011001011010011011111011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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