Html Css Color HEX #3F3AAE Blue Gem

📋 copy color: '#3F3AAE'

red 63 ◦ green 58 ◦ blue 174

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

Shades of Blue Gem #3F3AAE

Tints of Blue Gem #3F3AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

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

R = 21.36%
G = 19.66%
B = 58.98%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F3AAE (or 0x3F3AAE) is known color: Blue Gem. HEX triplet: 3F, 3A and AE. RGB value is (63,58,174). Sum of RGB (Red+Green+Blue) = 63+58+174=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F3AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3AAE is #C0C551. Grayscale: #484848. Windows color (decimal): -12633426 or 11418175. OLE color: 11418175.

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

Color convert

RGB 63 58 174 -
CMYK 0.64 0.67 0 0.32
HSL 242.59º 0.5% 0.45% -
HSV(B) 242.59º 0.67% 0.68% -
XYZ 11.2 7.14 40.83 -
YUV 72.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 63 58 174 0.64 0.67 0 0.32 242.59 0.5 0.45
Hex 3F 3A AE 40 43 0 20 F3 32 2D
Octal 77 72 256 100 103 0 40 363 62 55
Binary 111111 111010 10101110 1000000 1000011 0 100000 11110011 110010 101101

Color Harmonies of #3F3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3AAE

Black with #3F3AAE

Text Example


Text Example

White with #3F3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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