#3C93C3

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

Shades of Curious Blue #3C93C3

Tints of Curious Blue #3C93C3

Color information

#3C93C3 (or 0x3C93C3) is unknown color: approx Curious Blue. HEX triplet: 3C, 93 and C3. RGB value is (60,147,195). Sum of RGB (Red+Green+Blue) = 60+147+195=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #3C93C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C93C3 is #C36C3C. Grayscale: #7E7E7E. Windows color (decimal): -12807229 or 12817212. OLE color: 12817212.

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

Color convert

RGB60147195-
CMYK0.690.2500.24
HSL201.33º52.94%50%-
HSV(B)201.33º69.23%76.47%-
XYZ22.1525.7755.44-
YUV126.46166.6880.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.93%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 195 (76.56% from 255) = 48.51%
R=14.93%
G=36.57%
B=48.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601471950.690.2500.24201.3352.9450
Hex3C93C34519018c93532
Octal74223303105310303116562
Binary111100100100111100001110001011100101100011001001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C93C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,147,195); }

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

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

 a { background-color: rgb(60,147,195); }

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

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

 span { border-color: rgb(60,147,195); }

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