Html Css Color HEX #3C39AB Blue Gem

📋 copy color: '#3C39AB'

red 60 ◦ green 57 ◦ blue 171

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

Shades of Blue Gem #3C39AB

Tints of Blue Gem #3C39AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 20.83%
G = 19.79%
B = 59.38%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C39AB (or 0x3C39AB) is known color: Blue Gem. HEX triplet: 3C, 39 and AB. RGB value is (60,57,171). Sum of RGB (Red+Green+Blue) = 60+57+171=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C39AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C39AB is #C3C654. Grayscale: #464646. Windows color (decimal): -12830293 or 11221308. OLE color: 11221308.

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

Color convert

RGB 60 57 171 -
CMYK 0.65 0.67 0 0.33
HSL 241.58º 0.5% 0.45% -
HSV(B) 241.58º 0.67% 0.67% -
XYZ 10.68 6.83 39.28 -
YUV 70.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 60 57 171 0.65 0.67 0 0.33 241.58 0.5 0.45
Hex 3C 39 AB 41 43 0 21 F2 32 2D
Octal 74 71 253 101 103 0 41 362 62 55
Binary 111100 111001 10101011 1000001 1000011 0 100001 11110010 110010 101101

Color Harmonies of #3C39AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C39AB

Black with #3C39AB

Text Example


Text Example

White with #3C39AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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