Html Css Color HEX #3F2CAF Blue Gem

📋 copy color: '#3F2CAF'

red 63 ◦ green 44 ◦ blue 175

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

Shades of Blue Gem #3F2CAF

Tints of Blue Gem #3F2CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.06%

R = 22.34%
G = 15.6%
B = 62.06%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F2CAF (or 0x3F2CAF) is known color: Blue Gem. HEX triplet: 3F, 2C and AF. RGB value is (63,44,175). Sum of RGB (Red+Green+Blue) = 63+44+175=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F2CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2CAF is #C0D350. Grayscale: #404040. Windows color (decimal): -12637009 or 11480127. OLE color: 11480127.

HSL color Cylindrical-coordinate representation of color #3F2CAF: hue angle of 248.7º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2CAF is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 44 175 -
CMYK 0.64 0.75 0 0.31
HSL 248.7º 0.6% 0.43% -
HSV(B) 248.7º 0.75% 0.69% -
XYZ 10.69 5.95 41.14 -
YUV 64.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 63 44 175 0.64 0.75 0 0.31 248.7 0.6 0.43
Hex 3F 2C AF 40 4B 0 1F F9 3C 2B
Octal 77 54 257 100 113 0 37 371 74 53
Binary 111111 101100 10101111 1000000 1001011 0 11111 11111001 111100 101011

Color Harmonies of #3F2CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2CAF

Black with #3F2CAF

Text Example


Text Example

White with #3F2CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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