Html Css Color HEX #3F38AC Blue Gem

📋 copy color: '#3F38AC'

red 63 ◦ green 56 ◦ blue 172

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

Shades of Blue Gem #3F38AC

Tints of Blue Gem #3F38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.24%

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

R = 21.65%
G = 19.24%
B = 59.11%

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

#3F38AC (or 0x3F38AC) is known color: Blue Gem. HEX triplet: 3F, 38 and AC. RGB value is (63,56,172). Sum of RGB (Red+Green+Blue) = 63+56+172=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F38AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F38AC is #C0C753. Grayscale: #464646. Windows color (decimal): -12633940 or 11286591. OLE color: 11286591.

HSL color Cylindrical-coordinate representation of color #3F38AC: hue angle of 243.62º degrees, saturation: 0.51, 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 #3F38AC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 56 172 -
CMYK 0.63 0.67 0 0.33
HSL 243.62º 0.51% 0.45% -
HSV(B) 243.62º 0.67% 0.67% -
XYZ 10.91 6.86 39.78 -
YUV 71.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 63 56 172 0.63 0.67 0 0.33 243.62 0.51 0.45
Hex 3F 38 AC 3F 43 0 21 F4 33 2D
Octal 77 70 254 77 103 0 41 364 63 55
Binary 111111 111000 10101100 111111 1000011 0 100001 11110100 110011 101101

Color Harmonies of #3F38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F38AC

Black with #3F38AC

Text Example


Text Example

White with #3F38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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