Html Css Color HEX #3F23AC Blue Gem

📋 copy color: '#3F23AC'

red 63 ◦ green 35 ◦ blue 172

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

Shades of Blue Gem #3F23AC

Tints of Blue Gem #3F23AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 23.33%
G = 12.96%
B = 63.7%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F23AC (or 0x3F23AC) is known color: Blue Gem. HEX triplet: 3F, 23 and AC. RGB value is (63,35,172). Sum of RGB (Red+Green+Blue) = 63+35+172=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F23AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F23AC is #C0DC53. Grayscale: #3A3A3A. Windows color (decimal): -12639316 or 11281215. OLE color: 11281215.

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

Color convert

RGB 63 35 172 -
CMYK 0.63 0.80 0 0.33
HSL 252.26º 0.66% 0.41% -
HSV(B) 252.26º 0.8% 0.67% -
XYZ 10.1 5.24 39.51 -
YUV 58.99 191.78 130.86 -
System Red Green Blue C M Y K H S L
Decimal 63 35 172 0.63 0.80 0 0.33 252.26 0.66 0.41
Hex 3F 23 AC 3F 50 0 21 FC 42 29
Octal 77 43 254 77 120 0 41 374 102 51
Binary 111111 100011 10101100 111111 1010000 0 100001 11111100 1000010 101001

Color Harmonies of #3F23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F23AC

Black with #3F23AC

Text Example


Text Example

White with #3F23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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