Html Css Color HEX #3F249D Blue Gem

📋 copy color: '#3F249D'

red 63 ◦ green 36 ◦ blue 157

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

Shades of Blue Gem #3F249D

Tints of Blue Gem #3F249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 24.61%
G = 14.06%
B = 61.33%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F249D (or 0x3F249D) is known color: Blue Gem. HEX triplet: 3F, 24 and 9D. RGB value is (63,36,157). Sum of RGB (Red+Green+Blue) = 63+36+157=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F249D is #C0DB62. Grayscale: #393939. Windows color (decimal): -12639075 or 10298431. OLE color: 10298431.

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

Color convert

RGB 63 36 157 -
CMYK 0.60 0.77 0 0.38
HSL 253.39º 0.63% 0.38% -
HSV(B) 253.39º 0.77% 0.62% -
XYZ 8.77 4.75 32.35 -
YUV 57.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 63 36 157 0.60 0.77 0 0.38 253.39 0.63 0.38
Hex 3F 24 9D 3C 4D 0 26 FD 3F 26
Octal 77 44 235 74 115 0 46 375 77 46
Binary 111111 100100 10011101 111100 1001101 0 100110 11111101 111111 100110

Color Harmonies of #3F249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F249D

Black with #3F249D

Text Example


Text Example

White with #3F249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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