#3C84C1

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

Shades of Curious Blue #3C84C1

Tints of Curious Blue #3C84C1

Color information

#3C84C1 (or 0x3C84C1) is unknown color: approx Curious Blue. HEX triplet: 3C, 84 and C1. RGB value is (60,132,193). Sum of RGB (Red+Green+Blue) = 60+132+193=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C84C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C84C1 is #C37B3E. Grayscale: #757575. Windows color (decimal): -12811071 or 12682300. OLE color: 12682300.

HSL color Cylindrical-coordinate representation of color #3C84C1: hue angle of 207.52º 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 #3C84C1 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB60132193-
CMYK0.690.3200.24
HSL207.52º52.57%49.61%-
HSV(B)207.52º68.91%75.69%-
XYZ19.7421.3153.53-
YUV117.43170.6587.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.58%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=15.58%
G=34.29%
B=50.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601321930.690.3200.24207.5252.5749.61
Hex3C84C14520018d03532
Octal74204301105400303206562
Binary1111001000010011000001100010110000001100011010000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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