#3C7CB6

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

Shades of Curious Blue #3C7CB6

Tints of Curious Blue #3C7CB6

Color information

#3C7CB6 (or 0x3C7CB6) is unknown color: approx Curious Blue. HEX triplet: 3C, 7C and B6. RGB value is (60,124,182). Sum of RGB (Red+Green+Blue) = 60+124+182=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C7CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7CB6 is #C38349. Grayscale: #6F6F6F. Windows color (decimal): -12813130 or 11959356. OLE color: 11959356.

HSL color Cylindrical-coordinate representation of color #3C7CB6: hue angle of 208.52º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C7CB6 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB60124182-
CMYK0.670.3200.29
HSL208.52º50.41%47.45%-
HSV(B)208.52º67.03%71.37%-
XYZ17.5118.7546.95-
YUV111.48167.891.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.39%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 182 (71.48% from 255) = 49.73%
R=16.39%
G=33.88%
B=49.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601241820.670.3200.29208.5250.4147.45
Hex3C7CB6432001Dd1322f
Octal74174266103400353216257
Binary111100111110010110110100001110000001110111010001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,124,182); }

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

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

 a { background-color: rgb(60,124,182); }

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

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

 span { border-color: rgb(60,124,182); }

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