#3C95BE

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

Shades of Curious Blue #3C95BE

Tints of Curious Blue #3C95BE

Color information

#3C95BE (or 0x3C95BE) is unknown color: approx Curious Blue. HEX triplet: 3C, 95 and BE. RGB value is (60,149,190). Sum of RGB (Red+Green+Blue) = 60+149+190=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C95BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C95BE is #C36A41. Grayscale: #7E7E7E. Windows color (decimal): -12806722 or 12490044. OLE color: 12490044.

HSL color Cylindrical-coordinate representation of color #3C95BE: hue angle of 198.92º 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 #3C95BE is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB60149190-
CMYK0.680.2200.25
HSL198.92º52%49.02%-
HSV(B)198.92º68.42%74.51%-
XYZ21.9126.1752.61-
YUV127.06163.5180.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.04%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=15.04%
G=37.34%
B=47.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601491900.680.2200.25198.925249.02
Hex3C95BE4416019c73431
Octal74225276104260313076461
Binary111100100101011011111010001001011001100111000111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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