#3F259D

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

Shades of Blue Gem #3F259D

Tints of Blue Gem #3F259D

Color information

#3F259D (or 0x3F259D) is unknown color: approx Blue Gem. HEX triplet: 3F, 25 and 9D. RGB value is (63,37,157). Sum of RGB (Red+Green+Blue) = 63+37+157=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F259D is #C0DA62. Grayscale: #3A3A3A. Windows color (decimal): -12638819 or 10298687. OLE color: 10298687.

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

Color convert

RGB6337157-
CMYK0.600.7600.38
HSL253º61.86%38.04%-
HSV(B)253º76.43%61.57%-
XYZ8.84.8132.36-
YUV58.45183.61131.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=24.51%
G=14.40%
B=61.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63371570.600.7600.3825361.8638.04
Hex3F259D3C4C026fd3e26
Octal7745235741140463757646
Binary111111100101100111011111001001100010011011111101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,157); }

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

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

 a { background-color: rgb(63,37,157); }

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

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

 span { border-color: rgb(63,37,157); }

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