Html Css Color HEX #3F209C Blue Gem

📋 copy color: '#3F209C'

red 63 ◦ green 32 ◦ blue 156

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

Shades of Blue Gem #3F209C

Tints of Blue Gem #3F209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.15%

R = 25.1%
G = 12.75%
B = 62.15%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F209C (or 0x3F209C) is known color: Blue Gem. HEX triplet: 3F, 20 and 9C. RGB value is (63,32,156). Sum of RGB (Red+Green+Blue) = 63+32+156=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F209C is #C0DF63. Grayscale: #363636. Windows color (decimal): -12640100 or 10231871. OLE color: 10231871.

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

Color convert

RGB 63 32 156 -
CMYK 0.60 0.79 0 0.39
HSL 255º 0.66% 0.37% -
HSV(B) 255º 0.79% 0.61% -
XYZ 8.57 4.49 31.87 -
YUV 55.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 63 32 156 0.60 0.79 0 0.39 255 0.66 0.37
Hex 3F 20 9C 3C 4F 0 27 FF 42 25
Octal 77 40 234 74 117 0 47 377 102 45
Binary 111111 100000 10011100 111100 1001111 0 100111 11111111 1000010 100101

Color Harmonies of #3F209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F209C

Black with #3F209C

Text Example


Text Example

White with #3F209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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