#3D259C

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

Shades of Blue Gem #3D259C

Tints of Blue Gem #3D259C

Color information

#3D259C (or 0x3D259C) is unknown color: approx Blue Gem. HEX triplet: 3D, 25 and 9C. RGB value is (61,37,156). Sum of RGB (Red+Green+Blue) = 61+37+156=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D259C is #C2DA63. Grayscale: #393939. Windows color (decimal): -12769892 or 10233149. OLE color: 10233149.

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

Color convert

RGB6137156-
CMYK0.610.7600.39
HSL252.1º61.66%37.84%-
HSV(B)252.1º76.28%61.18%-
XYZ8.594.7231.91-
YUV57.74183.45130.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 156 (61.33% from 255) = 61.42%
R=24.02%
G=14.57%
B=61.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61371560.610.7600.39252.161.6637.84
Hex3D259C3D4C027fc3e26
Octal7545234751140473747646
Binary111101100101100111001111011001100010011111111100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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