Html Css Color HEX #3F219B Blue Gem

📋 copy color: '#3F219B'

red 63 ◦ green 33 ◦ blue 155

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

Shades of Blue Gem #3F219B

Tints of Blue Gem #3F219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

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

R = 25.1%
G = 13.15%
B = 61.75%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F219B (or 0x3F219B) is known color: Blue Gem. HEX triplet: 3F, 21 and 9B. RGB value is (63,33,155). Sum of RGB (Red+Green+Blue) = 63+33+155=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F219B is #C0DE64. Grayscale: #373737. Windows color (decimal): -12639845 or 10166591. OLE color: 10166591.

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

Color convert

RGB 63 33 155 -
CMYK 0.59 0.79 0 0.39
HSL 254.75º 0.65% 0.37% -
HSV(B) 254.75º 0.79% 0.61% -
XYZ 8.51 4.51 31.43 -
YUV 55.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 63 33 155 0.59 0.79 0 0.39 254.75 0.65 0.37
Hex 3F 21 9B 3B 4F 0 27 FF 41 25
Octal 77 41 233 73 117 0 47 377 101 45
Binary 111111 100001 10011011 111011 1001111 0 100111 11111111 1000001 100101

Color Harmonies of #3F219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F219B

Black with #3F219B

Text Example


Text Example

White with #3F219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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