Html Css Color HEX #3F259B Blue Gem

📋 copy color: '#3F259B'

red 63 ◦ green 37 ◦ blue 155

#3F259B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #3F259B

Tints of Blue Gem #3F259B

RGB

 RED value IS 63 (25% from 255) = 24.71%

 GREEN value IS 37 (14.84% from 255) = 14.51%

 BLUE value IS 155 (60.94% from 255) = 60.78%

R = 24.71%
G = 14.51%
B = 60.78%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F259B (or 0x3F259B) is known color: Blue Gem. HEX triplet: 3F, 25 and 9B. RGB value is (63,37,155). Sum of RGB (Red+Green+Blue) = 63+37+155=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F259B is #C0DA64. Grayscale: #393939. Windows color (decimal): -12638821 or 10167615. OLE color: 10167615.

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

Color convert

RGB 63 37 155 -
CMYK 0.59 0.76 0 0.39
HSL 253.22º 0.61% 0.38% -
HSV(B) 253.22º 0.76% 0.61% -
XYZ 8.63 4.75 31.47 -
YUV 58.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 63 37 155 0.59 0.76 0 0.39 253.22 0.61 0.38
Hex 3F 25 9B 3B 4C 0 27 FD 3D 26
Octal 77 45 233 73 114 0 47 375 75 46
Binary 111111 100101 10011011 111011 1001100 0 100111 11111101 111101 100110

Color Harmonies of #3F259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F259B

Black with #3F259B

Text Example


Text Example

White with #3F259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F259B;
 }
 .AnyTagClassName
 {
   color: #3F259B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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