#3C8CBE

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

Shades of Curious Blue #3C8CBE

Tints of Curious Blue #3C8CBE

Color information

#3C8CBE (or 0x3C8CBE) is unknown color: approx Curious Blue. HEX triplet: 3C, 8C and BE. RGB value is (60,140,190). Sum of RGB (Red+Green+Blue) = 60+140+190=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8CBE is #C37341. Grayscale: #797979. Windows color (decimal): -12809026 or 12487740. OLE color: 12487740.

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

Color convert

RGB60140190-
CMYK0.680.2600.25
HSL203.08º52%49.02%-
HSV(B)203.08º68.42%74.51%-
XYZ20.5423.4352.16-
YUV121.78166.583.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.38%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=15.38%
G=35.90%
B=48.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601401900.680.2600.25203.085249.02
Hex3C8CBE441A019cb3431
Octal74214276104320313136461
Binary111100100011001011111010001001101001100111001011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,140,190); }

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

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

 a { background-color: rgb(60,140,190); }

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

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

 span { border-color: rgb(60,140,190); }

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