#3C36AD

Color #3C36AD Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3C36AD

Tints of Blue Gem #3C36AD

Color information

#3C36AD (or 0x3C36AD) is unknown color: approx Blue Gem. HEX triplet: 3C, 36 and AD. RGB value is (60,54,173). Sum of RGB (Red+Green+Blue) = 60+54+173=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C36AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C36AD is #C3C952. Grayscale: #444444. Windows color (decimal): -12831059 or 11351612. OLE color: 11351612.

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

Color convert

RGB6054173-
CMYK0.650.6900.32
HSL243.03º52.42%44.51%-
HSV(B)243.03º68.79%67.84%-
XYZ10.736.6240.25-
YUV69.36186.49121.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 173 (67.97% from 255) = 60.28%
R=20.91%
G=18.82%
B=60.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60541730.650.6900.32243.0352.4244.51
Hex3C36AD4145020f3342d
Octal74662551011050403636455
Binary1111001101101010110110000011000101010000011110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C36AD;
 }
 .AnyTagClassName
 {
   color: #3C36AD;
 }
</style>
background-color css

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

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

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

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

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

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