Html Css Color HEX #3F209B Blue Gem

📋 copy color: '#3F209B'

red 63 ◦ green 32 ◦ blue 155

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

Shades of Blue Gem #3F209B

Tints of Blue Gem #3F209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 25.2%
G = 12.8%
B = 62%

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

#3F209B (or 0x3F209B) is known color: Blue Gem. HEX triplet: 3F, 20 and 9B. RGB value is (63,32,155). Sum of RGB (Red+Green+Blue) = 63+32+155=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F209B is #C0DF64. Grayscale: #363636. Windows color (decimal): -12640101 or 10166335. OLE color: 10166335.

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

Color convert

RGB 63 32 155 -
CMYK 0.59 0.79 0 0.39
HSL 255.12º 0.66% 0.37% -
HSV(B) 255.12º 0.79% 0.61% -
XYZ 8.48 4.46 31.42 -
YUV 55.29 184.27 133.5 -
System Red Green Blue C M Y K H S L
Decimal 63 32 155 0.59 0.79 0 0.39 255.12 0.66 0.37
Hex 3F 20 9B 3B 4F 0 27 FF 42 25
Octal 77 40 233 73 117 0 47 377 102 45
Binary 111111 100000 10011011 111011 1001111 0 100111 11111111 1000010 100101

Color Harmonies of #3F209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F209B

Black with #3F209B

Text Example


Text Example

White with #3F209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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