#3C77C1

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

Shades of Curious Blue #3C77C1

Tints of Curious Blue #3C77C1

Color information

#3C77C1 (or 0x3C77C1) is unknown color: approx Curious Blue. HEX triplet: 3C, 77 and C1. RGB value is (60,119,193). Sum of RGB (Red+Green+Blue) = 60+119+193=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C77C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C77C1 is #C3883E. Grayscale: #6D6D6D. Windows color (decimal): -12814399 or 12678972. OLE color: 12678972.

HSL color Cylindrical-coordinate representation of color #3C77C1: hue angle of 213.38º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C77C1 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB60119193-
CMYK0.690.3800.24
HSL213.38º52.57%49.61%-
HSV(B)213.38º68.91%75.69%-
XYZ18.091852.97-
YUV109.79174.9592.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.13%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 193 (75.78% from 255) = 51.88%
R=16.13%
G=31.99%
B=51.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601191930.690.3800.24213.3852.5749.61
Hex3C77C14526018d53532
Octal74167301105460303256562
Binary111100111011111000001100010110011001100011010101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C77C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,119,193); }

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

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

 a { background-color: rgb(60,119,193); }

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

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

 span { border-color: rgb(60,119,193); }

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