Html Css Color HEX #3C3AAE Blue Gem

📋 copy color: '#3C3AAE'

red 60 ◦ green 58 ◦ blue 174

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

Shades of Blue Gem #3C3AAE

Tints of Blue Gem #3C3AAE

RGB

 RED value IS 60 (23.83% from 255) = 20.55%

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

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

R = 20.55%
G = 19.86%
B = 59.59%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C3AAE (or 0x3C3AAE) is known color: Blue Gem. HEX triplet: 3C, 3A and AE. RGB value is (60,58,174). Sum of RGB (Red+Green+Blue) = 60+58+174=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C3AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3AAE is #C3C551. Grayscale: #474747. Windows color (decimal): -12830034 or 11418172. OLE color: 11418172.

HSL color Cylindrical-coordinate representation of color #3C3AAE: hue angle of 241.03º 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 #3C3AAE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 58 174 -
CMYK 0.66 0.67 0 0.32
HSL 241.03º 0.5% 0.45% -
HSV(B) 241.03º 0.67% 0.68% -
XYZ 11.02 7.04 40.82 -
YUV 71.82 185.66 119.57 -
System Red Green Blue C M Y K H S L
Decimal 60 58 174 0.66 0.67 0 0.32 241.03 0.5 0.45
Hex 3C 3A AE 42 43 0 20 F1 32 2D
Octal 74 72 256 102 103 0 40 361 62 55
Binary 111100 111010 10101110 1000010 1000011 0 100000 11110001 110010 101101

Color Harmonies of #3C3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3AAE

Black with #3C3AAE

Text Example


Text Example

White with #3C3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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