#3C85BF

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

Shades of Curious Blue #3C85BF

Tints of Curious Blue #3C85BF

Color information

#3C85BF (or 0x3C85BF) is unknown color: approx Curious Blue. HEX triplet: 3C, 85 and BF. RGB value is (60,133,191). Sum of RGB (Red+Green+Blue) = 60+133+191=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C85BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C85BF is #C37A40. Grayscale: #757575. Windows color (decimal): -12810817 or 12551484. OLE color: 12551484.

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

Color convert

RGB60133191-
CMYK0.690.3000.25
HSL206.56º52.19%49.22%-
HSV(B)206.56º68.59%74.9%-
XYZ19.6521.552.4-
YUV117.78169.3286.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.62%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 191 (75% from 255) = 49.74%
R=15.62%
G=34.64%
B=49.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601331910.690.3000.25206.5652.1949.22
Hex3C85BF451E019cf3431
Octal74205277105360313176461
Binary111100100001011011111110001011111001100111001111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,133,191); }

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

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

 a { background-color: rgb(60,133,191); }

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

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

 span { border-color: rgb(60,133,191); }

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