#3D249E

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

Shades of Blue Gem #3D249E

Tints of Blue Gem #3D249E

Color information

#3D249E (or 0x3D249E) is unknown color: approx Blue Gem. HEX triplet: 3D, 24 and 9E. RGB value is (61,36,158). Sum of RGB (Red+Green+Blue) = 61+36+158=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D249E is #C2DB61. Grayscale: #383838. Windows color (decimal): -12770146 or 10363965. OLE color: 10363965.

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

Color convert

RGB6136158-
CMYK0.610.7700.38
HSL252.3º62.89%38.04%-
HSV(B)252.3º77.22%61.96%-
XYZ8.734.7232.8-
YUV57.38184.78130.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 158 (62.11% from 255) = 61.96%
R=23.92%
G=14.12%
B=61.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61361580.610.7700.38252.362.8938.04
Hex3D249E3D4D026fc3f26
Octal7544236751150463747746
Binary111101100100100111101111011001101010011011111100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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