Html Css Color HEX #3F39AC Blue Gem

📋 copy color: '#3F39AC'

red 63 ◦ green 57 ◦ blue 172

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

Shades of Blue Gem #3F39AC

Tints of Blue Gem #3F39AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.52%

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 21.58%
G = 19.52%
B = 58.9%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F39AC (or 0x3F39AC) is known color: Blue Gem. HEX triplet: 3F, 39 and AC. RGB value is (63,57,172). Sum of RGB (Red+Green+Blue) = 63+57+172=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F39AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F39AC is #C0C653. Grayscale: #474747. Windows color (decimal): -12633684 or 11286847. OLE color: 11286847.

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

Color convert

RGB 63 57 172 -
CMYK 0.63 0.67 0 0.33
HSL 243.13º 0.5% 0.45% -
HSV(B) 243.13º 0.67% 0.67% -
XYZ 10.96 6.96 39.8 -
YUV 71.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 63 57 172 0.63 0.67 0 0.33 243.13 0.5 0.45
Hex 3F 39 AC 3F 43 0 21 F3 32 2D
Octal 77 71 254 77 103 0 41 363 62 55
Binary 111111 111001 10101100 111111 1000011 0 100001 11110011 110010 101101

Color Harmonies of #3F39AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F39AC

Black with #3F39AC

Text Example


Text Example

White with #3F39AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,57,172); }

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

background-color css

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

 a { background-color: rgb(63,57,172); }

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

border-color css

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

 span { border-color: rgb(63,57,172); }

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