Html Css Color HEX #3F249B Blue Gem

📋 copy color: '#3F249B'

red 63 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #3F249B

Tints of Blue Gem #3F249B

RGB

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

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

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

R = 24.8%
G = 14.17%
B = 61.02%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F249B (or 0x3F249B) is known color: Blue Gem. HEX triplet: 3F, 24 and 9B. RGB value is (63,36,155). Sum of RGB (Red+Green+Blue) = 63+36+155=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F249B is #C0DB64. Grayscale: #393939. Windows color (decimal): -12639077 or 10167359. OLE color: 10167359.

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

Color convert

RGB 63 36 155 -
CMYK 0.59 0.77 0 0.39
HSL 253.61º 0.62% 0.37% -
HSV(B) 253.61º 0.77% 0.61% -
XYZ 8.6 4.69 31.46 -
YUV 57.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 63 36 155 0.59 0.77 0 0.39 253.61 0.62 0.37
Hex 3F 24 9B 3B 4D 0 27 FE 3E 25
Octal 77 44 233 73 115 0 47 376 76 45
Binary 111111 100100 10011011 111011 1001101 0 100111 11111110 111110 100101

Color Harmonies of #3F249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F249B

Black with #3F249B

Text Example


Text Example

White with #3F249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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