#3D259A

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

Shades of Blue Gem #3D259A

Tints of Blue Gem #3D259A

Color information

#3D259A (or 0x3D259A) is unknown color: approx Blue Gem. HEX triplet: 3D, 25 and 9A. RGB value is (61,37,154). Sum of RGB (Red+Green+Blue) = 61+37+154=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D259A is #C2DA65. Grayscale: #393939. Windows color (decimal): -12769894 or 10102077. OLE color: 10102077.

HSL color Cylindrical-coordinate representation of color #3D259A: hue angle of 252.31º degrees, saturation: 0.61, 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 #3D259A is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6137154-
CMYK0.600.7600.40
HSL252.31º61.26%37.45%-
HSV(B)252.31º75.97%60.39%-
XYZ8.424.6531.03-
YUV57.51182.45130.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 154 (60.55% from 255) = 61.11%
R=24.21%
G=14.68%
B=61.11%

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
Decimal61371540.600.7600.40252.3161.2637.45
Hex3D259A3C4C028fc3d25
Octal7545232741140503747545
Binary111101100101100110101111001001100010100011111100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,154); }

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

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

 a { background-color: rgb(61,37,154); }

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

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

 span { border-color: rgb(61,37,154); }

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