Html Css Color HEX #3F2CA2 Blue Gem

📋 copy color: '#3F2CA2'

red 63 ◦ green 44 ◦ blue 162

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

Shades of Blue Gem #3F2CA2

Tints of Blue Gem #3F2CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

 BLUE value IS 162 (63.67% from 255) = 60.22%

R = 23.42%
G = 16.36%
B = 60.22%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3F2CA2 (or 0x3F2CA2) is known color: Blue Gem. HEX triplet: 3F, 2C and A2. RGB value is (63,44,162). Sum of RGB (Red+Green+Blue) = 63+44+162=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #3F2CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2CA2 is #C0D35D. Grayscale: #3E3E3E. Windows color (decimal): -12637022 or 10628159. OLE color: 10628159.

HSL color Cylindrical-coordinate representation of color #3F2CA2: hue angle of 249.66º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2CA2 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 44 162 -
CMYK 0.61 0.73 0 0.36
HSL 249.66º 0.57% 0.4% -
HSV(B) 249.66º 0.73% 0.64% -
XYZ 9.47 5.47 34.74 -
YUV 63.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 63 44 162 0.61 0.73 0 0.36 249.66 0.57 0.4
Hex 3F 2C A2 3D 49 0 24 FA 39 28
Octal 77 54 242 75 111 0 44 372 71 50
Binary 111111 101100 10100010 111101 1001001 0 100100 11111010 111001 101000

Color Harmonies of #3F2CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2CA2

Black with #3F2CA2

Text Example


Text Example

White with #3F2CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,162); }

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

background-color css

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

 a { background-color: rgb(63,44,162); }

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

border-color css

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

 span { border-color: rgb(63,44,162); }

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