#3C18AD

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

Shades of Blue Gem #3C18AD

Tints of Blue Gem #3C18AD

Color information

#3C18AD (or 0x3C18AD) is unknown color: approx Blue Gem. HEX triplet: 3C, 18 and AD. RGB value is (60,24,173). Sum of RGB (Red+Green+Blue) = 60+24+173=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C18AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C18AD is #C3E752. Grayscale: #333333. Windows color (decimal): -12838739 or 11343932. OLE color: 11343932.

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

Color convert

RGB6024173-
CMYK0.650.8600.32
HSL254.5º75.63%38.63%-
HSV(B)254.5º86.13%67.84%-
XYZ9.734.6339.92-
YUV51.75196.43133.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 173 (67.97% from 255) = 67.32%
R=23.35%
G=9.34%
B=67.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60241730.650.8600.32254.575.6338.63
Hex3C18AD4156020fe4c27
Octal743025510112604037611447
Binary1111001100010101101100000110101100100000111111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C18AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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