#3D288E

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

Shades of Blue Gem #3D288E

Tints of Blue Gem #3D288E

Color information

#3D288E (or 0x3D288E) is unknown color: approx Blue Gem. HEX triplet: 3D, 28 and 8E. RGB value is (61,40,142). Sum of RGB (Red+Green+Blue) = 61+40+142=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D288E is #C2D771. Grayscale: #393939. Windows color (decimal): -12769138 or 9316413. OLE color: 9316413.

HSL color Cylindrical-coordinate representation of color #3D288E: hue angle of 252.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D288E is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6140142-
CMYK0.570.7200.44
HSL252.35º56.04%35.69%-
HSV(B)252.35º71.83%55.69%-
XYZ7.574.4626.05-
YUV57.91175.46130.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=25.10%
G=16.46%
B=58.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61401420.570.7200.44252.3556.0435.69
Hex3D288E394802Cfc3824
Octal7550216711100543747044
Binary111101101000100011101110011001000010110011111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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