Html Css Color HEX #3C36AA Blue Gem

📋 copy color: '#3C36AA'

red 60 ◦ green 54 ◦ blue 170

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

Shades of Blue Gem #3C36AA

Tints of Blue Gem #3C36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 21.13%
G = 19.01%
B = 59.86%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C36AA (or 0x3C36AA) is known color: Blue Gem. HEX triplet: 3C, 36 and AA. RGB value is (60,54,170). Sum of RGB (Red+Green+Blue) = 60+54+170=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C36AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C36AA is #C3C955. Grayscale: #444444. Windows color (decimal): -12831062 or 11155004. OLE color: 11155004.

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

Color convert

RGB 60 54 170 -
CMYK 0.65 0.68 0 0.33
HSL 243.1º 0.52% 0.44% -
HSV(B) 243.1º 0.68% 0.67% -
XYZ 10.44 6.5 38.73 -
YUV 69.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 60 54 170 0.65 0.68 0 0.33 243.1 0.52 0.44
Hex 3C 36 AA 41 44 0 21 F3 34 2C
Octal 74 66 252 101 104 0 41 363 64 54
Binary 111100 110110 10101010 1000001 1000100 0 100001 11110011 110100 101100

Color Harmonies of #3C36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C36AA

Black with #3C36AA

Text Example


Text Example

White with #3C36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,170); }

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

background-color css

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

 a { background-color: rgb(60,54,170); }

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

border-color css

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

 span { border-color: rgb(60,54,170); }

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