#3C8EBC

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

Shades of Curious Blue #3C8EBC

Tints of Curious Blue #3C8EBC

Color information

#3C8EBC (or 0x3C8EBC) is unknown color: approx Curious Blue. HEX triplet: 3C, 8E and BC. RGB value is (60,142,188). Sum of RGB (Red+Green+Blue) = 60+142+188=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C8EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8EBC is #C37143. Grayscale: #7A7A7A. Windows color (decimal): -12808516 or 12357180. OLE color: 12357180.

HSL color Cylindrical-coordinate representation of color #3C8EBC: hue angle of 201.56º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C8EBC is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60142188-
CMYK0.680.2400.26
HSL201.56º51.61%48.63%-
HSV(B)201.56º68.09%73.73%-
XYZ20.6123.9451.11-
YUV122.73164.8383.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.38%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 188 (73.83% from 255) = 48.21%
R=15.38%
G=36.41%
B=48.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601421880.680.2400.26201.5651.6148.63
Hex3C8EBC441801Aca3431
Octal74216274104300323126461
Binary111100100011101011110010001001100001101011001010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,142,188); }

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

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

 a { background-color: rgb(60,142,188); }

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

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

 span { border-color: rgb(60,142,188); }

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