#3D2498

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

Shades of Blue Gem #3D2498

Tints of Blue Gem #3D2498

Color information

#3D2498 (or 0x3D2498) is unknown color: approx Blue Gem. HEX triplet: 3D, 24 and 98. RGB value is (61,36,152). Sum of RGB (Red+Green+Blue) = 61+36+152=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D2498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2498 is #C2DB67. Grayscale: #383838. Windows color (decimal): -12770152 or 9970749. OLE color: 9970749.

HSL color Cylindrical-coordinate representation of color #3D2498: hue angle of 252.93º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D2498 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6136152-
CMYK0.600.7600.40
HSL252.93º61.7%36.86%-
HSV(B)252.93º76.32%59.61%-
XYZ8.224.5230.14-
YUV56.7181.78131.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 152 (59.77% from 255) = 61.04%
R=24.50%
G=14.46%
B=61.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61361520.600.7600.40252.9361.736.86
Hex3D24983C4C028fd3e25
Octal7544230741140503757645
Binary111101100100100110001111001001100010100011111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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