#3C8ADC

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

Shades of Curious Blue #3C8ADC

Tints of Curious Blue #3C8ADC

Color information

#3C8ADC (or 0x3C8ADC) is unknown color: approx Curious Blue. HEX triplet: 3C, 8A and DC. RGB value is (60,138,220). Sum of RGB (Red+Green+Blue) = 60+138+220=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C8ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ADC is #C37523. Grayscale: #7B7B7B. Windows color (decimal): -12809508 or 14453308. OLE color: 14453308.

HSL color Cylindrical-coordinate representation of color #3C8ADC: hue angle of 210.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C8ADC is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB60138220-
CMYK0.730.3700.14
HSL210.75º69.57%54.9%-
HSV(B)210.75º72.73%86.27%-
XYZ23.8724.371.14-
YUV124.03182.1682.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.35%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 220 (86.33% from 255) = 52.63%
R=14.35%
G=33.01%
B=52.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal601382200.730.3700.14210.7569.5754.9
Hex3C8ADC49250Ed34637
Octal742123341114501632310667
Binary1111001000101011011100100100110010101110110100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,138,220); }

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

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

 a { background-color: rgb(60,138,220); }

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

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

 span { border-color: rgb(60,138,220); }

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