#3C76C6

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

Shades of Curious Blue #3C76C6

Tints of Curious Blue #3C76C6

Color information

#3C76C6 (or 0x3C76C6) is unknown color: approx Curious Blue. HEX triplet: 3C, 76 and C6. RGB value is (60,118,198). Sum of RGB (Red+Green+Blue) = 60+118+198=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #3C76C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C76C6 is #C38939. Grayscale: #6D6D6D. Windows color (decimal): -12814650 or 13006396. OLE color: 13006396.

HSL color Cylindrical-coordinate representation of color #3C76C6: hue angle of 214.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C76C6 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB60118198-
CMYK0.700.4000.22
HSL214.78º54.76%50.59%-
HSV(B)214.78º69.7%77.65%-
XYZ18.5317.9955.92-
YUV109.78177.7892.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.96%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 198 (77.73% from 255) = 52.66%
R=15.96%
G=31.38%
B=52.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal601181980.700.4000.22214.7854.7650.59
Hex3C76C64628016d73733
Octal74166306106500263276763
Binary111100111011011000110100011010100001011011010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C76C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,198); }

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

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

 a { background-color: rgb(60,118,198); }

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

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

 span { border-color: rgb(60,118,198); }

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