Html Css Color HEX #3F22AF Blue Gem

📋 copy color: '#3F22AF'

red 63 ◦ green 34 ◦ blue 175

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

Shades of Blue Gem #3F22AF

Tints of Blue Gem #3F22AF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

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

R = 23.16%
G = 12.5%
B = 64.34%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F22AF (or 0x3F22AF) is known color: Blue Gem. HEX triplet: 3F, 22 and AF. RGB value is (63,34,175). Sum of RGB (Red+Green+Blue) = 63+34+175=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F22AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F22AF is #C0DD50. Grayscale: #3A3A3A. Windows color (decimal): -12639569 or 11477567. OLE color: 11477567.

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

Color convert

RGB 63 34 175 -
CMYK 0.64 0.81 0 0.31
HSL 252.34º 0.67% 0.41% -
HSV(B) 252.34º 0.81% 0.69% -
XYZ 10.36 5.3 41.03 -
YUV 58.75 193.61 131.04 -
System Red Green Blue C M Y K H S L
Decimal 63 34 175 0.64 0.81 0 0.31 252.34 0.67 0.41
Hex 3F 22 AF 40 51 0 1F FC 43 29
Octal 77 42 257 100 121 0 37 374 103 51
Binary 111111 100010 10101111 1000000 1010001 0 11111 11111100 1000011 101001

Color Harmonies of #3F22AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F22AF

Black with #3F22AF

Text Example


Text Example

White with #3F22AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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