#3C36AF

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

Shades of Blue Gem #3C36AF

Tints of Blue Gem #3C36AF

Color information

#3C36AF (or 0x3C36AF) is unknown color: approx Blue Gem. HEX triplet: 3C, 36 and AF. RGB value is (60,54,175). Sum of RGB (Red+Green+Blue) = 60+54+175=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C36AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C36AF is #C3C950. Grayscale: #454545. Windows color (decimal): -12831057 or 11482684. OLE color: 11482684.

HSL color Cylindrical-coordinate representation of color #3C36AF: hue angle of 242.98º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C36AF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6054175-
CMYK0.660.6900.31
HSL242.98º52.84%44.9%-
HSV(B)242.98º69.14%68.63%-
XYZ10.926.6941.27-
YUV69.59187.49121.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 175 (68.75% from 255) = 60.55%
R=20.76%
G=18.69%
B=60.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60541750.660.6900.31242.9852.8444.9
Hex3C36AF424501Ff3352d
Octal74662571021050373636555
Binary111100110110101011111000010100010101111111110011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C36AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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