Html Css Color HEX #3A2FAE Blue Gem

📋 copy color: '#3A2FAE'

red 58 ◦ green 47 ◦ blue 174

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

Shades of Blue Gem #3A2FAE

Tints of Blue Gem #3A2FAE

RGB

 RED value IS 58 (23.05% from 255) = 20.79%

 GREEN value IS 47 (18.75% from 255) = 16.85%

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

R = 20.79%
G = 16.85%
B = 62.37%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A2FAE (or 0x3A2FAE) is known color: Blue Gem. HEX triplet: 3A, 2F and AE. RGB value is (58,47,174). Sum of RGB (Red+Green+Blue) = 58+47+174=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2FAE is #C5D051. Grayscale: #404040. Windows color (decimal): -12963922 or 11415354. OLE color: 11415354.

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

Color convert

RGB 58 47 174 -
CMYK 0.67 0.73 0 0.32
HSL 245.2º 0.57% 0.43% -
HSV(B) 245.2º 0.73% 0.68% -
XYZ 10.4 5.99 40.65 -
YUV 64.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 58 47 174 0.67 0.73 0 0.32 245.2 0.57 0.43
Hex 3A 2F AE 43 49 0 20 F5 39 2B
Octal 72 57 256 103 111 0 40 365 71 53
Binary 111010 101111 10101110 1000011 1001001 0 100000 11110101 111001 101011

Color Harmonies of #3A2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2FAE

Black with #3A2FAE

Text Example


Text Example

White with #3A2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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