#3C76BC

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

Shades of Curious Blue #3C76BC

Tints of Curious Blue #3C76BC

Color information

#3C76BC (or 0x3C76BC) is unknown color: approx Curious Blue. HEX triplet: 3C, 76 and BC. RGB value is (60,118,188). Sum of RGB (Red+Green+Blue) = 60+118+188=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C76BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C76BC is #C38943. Grayscale: #6C6C6C. Windows color (decimal): -12814660 or 12351036. OLE color: 12351036.

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

Color convert

RGB60118188-
CMYK0.680.3700.26
HSL212.81º51.61%48.63%-
HSV(B)212.81º68.09%73.73%-
XYZ17.4217.5550.05-
YUV108.64172.7893.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.39%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 188 (73.83% from 255) = 51.37%
R=16.39%
G=32.24%
B=51.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601181880.680.3700.26212.8151.6148.63
Hex3C76BC442501Ad53431
Octal74166274104450323256461
Binary111100111011010111100100010010010101101011010101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C76BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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