Html Css Color HEX #3C39AD Blue Gem

📋 copy color: '#3C39AD'

red 60 ◦ green 57 ◦ blue 173

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

Shades of Blue Gem #3C39AD

Tints of Blue Gem #3C39AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.66%

 BLUE value IS 173 (67.97% from 255) = 59.66%

R = 20.69%
G = 19.66%
B = 59.66%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C39AD (or 0x3C39AD) is known color: Blue Gem. HEX triplet: 3C, 39 and AD. RGB value is (60,57,173). Sum of RGB (Red+Green+Blue) = 60+57+173=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C39AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C39AD is #C3C652. Grayscale: #464646. Windows color (decimal): -12830291 or 11352380. OLE color: 11352380.

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

Color convert

RGB 60 57 173 -
CMYK 0.65 0.67 0 0.32
HSL 241.55º 0.5% 0.45% -
HSV(B) 241.55º 0.67% 0.68% -
XYZ 10.87 6.9 40.29 -
YUV 71.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 60 57 173 0.65 0.67 0 0.32 241.55 0.5 0.45
Hex 3C 39 AD 41 43 0 20 F2 32 2D
Octal 74 71 255 101 103 0 40 362 62 55
Binary 111100 111001 10101101 1000001 1000011 0 100000 11110010 110010 101101

Color Harmonies of #3C39AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C39AD

Black with #3C39AD

Text Example


Text Example

White with #3C39AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,173); }

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

background-color css

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

 a { background-color: rgb(60,57,173); }

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

border-color css

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

 span { border-color: rgb(60,57,173); }

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