Html Css Color HEX #3C39A9 Blue Gem

📋 copy color: '#3C39A9'

red 60 ◦ green 57 ◦ blue 169

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

Shades of Blue Gem #3C39A9

Tints of Blue Gem #3C39A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 59.09%

R = 20.98%
G = 19.93%
B = 59.09%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3C39A9 (or 0x3C39A9) is known color: Blue Gem. HEX triplet: 3C, 39 and A9. RGB value is (60,57,169). Sum of RGB (Red+Green+Blue) = 60+57+169=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C39A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C39A9 is #C3C656. Grayscale: #464646. Windows color (decimal): -12830295 or 11090236. OLE color: 11090236.

HSL color Cylindrical-coordinate representation of color #3C39A9: hue angle of 241.61º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C39A9 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 60 57 169 -
CMYK 0.64 0.66 0 0.34
HSL 241.61º 0.5% 0.44% -
HSV(B) 241.61º 0.66% 0.66% -
XYZ 10.49 6.75 38.29 -
YUV 70.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 60 57 169 0.64 0.66 0 0.34 241.61 0.5 0.44
Hex 3C 39 A9 40 42 0 22 F2 32 2C
Octal 74 71 251 100 102 0 42 362 62 54
Binary 111100 111001 10101001 1000000 1000010 0 100010 11110010 110010 101100

Color Harmonies of #3C39A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C39A9

Black with #3C39A9

Text Example


Text Example

White with #3C39A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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