Html Css Color HEX #3F2FAA Blue Gem

📋 copy color: '#3F2FAA'

red 63 ◦ green 47 ◦ blue 170

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

Shades of Blue Gem #3F2FAA

Tints of Blue Gem #3F2FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.79%

 BLUE value IS 170 (66.8% from 255) = 60.71%

R = 22.5%
G = 16.79%
B = 60.71%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F2FAA (or 0x3F2FAA) is known color: Blue Gem. HEX triplet: 3F, 2F and AA. RGB value is (63,47,170). Sum of RGB (Red+Green+Blue) = 63+47+170=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F2FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2FAA is #C0D055. Grayscale: #414141. Windows color (decimal): -12636246 or 11153215. OLE color: 11153215.

HSL color Cylindrical-coordinate representation of color #3F2FAA: hue angle of 247.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2FAA is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 47 170 -
CMYK 0.63 0.72 0 0.33
HSL 247.8º 0.57% 0.43% -
HSV(B) 247.8º 0.72% 0.67% -
XYZ 10.32 5.99 38.64 -
YUV 65.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 63 47 170 0.63 0.72 0 0.33 247.8 0.57 0.43
Hex 3F 2F AA 3F 48 0 21 F8 39 2B
Octal 77 57 252 77 110 0 41 370 71 53
Binary 111111 101111 10101010 111111 1001000 0 100001 11111000 111001 101011

Color Harmonies of #3F2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2FAA

Black with #3F2FAA

Text Example


Text Example

White with #3F2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,47,170); }

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

background-color css

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

 a { background-color: rgb(63,47,170); }

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

border-color css

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

 span { border-color: rgb(63,47,170); }

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