Html Css Color HEX #3F28AE Blue Gem

📋 copy color: '#3F28AE'

red 63 ◦ green 40 ◦ blue 174

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

Shades of Blue Gem #3F28AE

Tints of Blue Gem #3F28AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

 BLUE value IS 174 (68.36% from 255) = 62.82%

R = 22.74%
G = 14.44%
B = 62.82%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F28AE (or 0x3F28AE) is known color: Blue Gem. HEX triplet: 3F, 28 and AE. RGB value is (63,40,174). Sum of RGB (Red+Green+Blue) = 63+40+174=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F28AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F28AE is #C0D751. Grayscale: #3D3D3D. Windows color (decimal): -12638034 or 11413567. OLE color: 11413567.

HSL color Cylindrical-coordinate representation of color #3F28AE: hue angle of 250.3º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F28AE is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 40 174 -
CMYK 0.64 0.77 0 0.32
HSL 250.3º 0.63% 0.42% -
HSV(B) 250.3º 0.77% 0.68% -
XYZ 10.45 5.63 40.58 -
YUV 62.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 63 40 174 0.64 0.77 0 0.32 250.3 0.63 0.42
Hex 3F 28 AE 40 4D 0 20 FA 3F 2A
Octal 77 50 256 100 115 0 40 372 77 52
Binary 111111 101000 10101110 1000000 1001101 0 100000 11111010 111111 101010

Color Harmonies of #3F28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F28AE

Black with #3F28AE

Text Example


Text Example

White with #3F28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,174); }

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

background-color css

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

 a { background-color: rgb(63,40,174); }

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

border-color css

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

 span { border-color: rgb(63,40,174); }

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