Html Css Color HEX #3C36A9 Blue Gem

📋 copy color: '#3C36A9'

red 60 ◦ green 54 ◦ blue 169

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

Shades of Blue Gem #3C36A9

Tints of Blue Gem #3C36A9

RGB

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

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

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

R = 21.2%
G = 19.08%
B = 59.72%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3C36A9 (or 0x3C36A9) is known color: Blue Gem. HEX triplet: 3C, 36 and A9. RGB value is (60,54,169). Sum of RGB (Red+Green+Blue) = 60+54+169=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 169 (66.41% from 255 or 59.72% from 283); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C36A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C36A9 is #C3C956. Grayscale: #444444. Windows color (decimal): -12831063 or 11089468. OLE color: 11089468.

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

Color convert

RGB 60 54 169 -
CMYK 0.64 0.68 0 0.34
HSL 243.13º 0.52% 0.44% -
HSV(B) 243.13º 0.68% 0.66% -
XYZ 10.34 6.46 38.24 -
YUV 68.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 60 54 169 0.64 0.68 0 0.34 243.13 0.52 0.44
Hex 3C 36 A9 40 44 0 22 F3 34 2C
Octal 74 66 251 100 104 0 42 363 64 54
Binary 111100 110110 10101001 1000000 1000100 0 100010 11110011 110100 101100

Color Harmonies of #3C36A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C36A9

Black with #3C36A9

Text Example


Text Example

White with #3C36A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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