#3C94CA

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

Shades of Curious Blue #3C94CA

Tints of Curious Blue #3C94CA

Color information

#3C94CA (or 0x3C94CA) is unknown color: approx Curious Blue. HEX triplet: 3C, 94 and CA. RGB value is (60,148,202). Sum of RGB (Red+Green+Blue) = 60+148+202=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C94CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C94CA is #C36B35. Grayscale: #7F7F7F. Windows color (decimal): -12806966 or 13276220. OLE color: 13276220.

HSL color Cylindrical-coordinate representation of color #3C94CA: hue angle of 202.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C94CA is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB60148202-
CMYK0.700.2700.21
HSL202.82º57.26%51.37%-
HSV(B)202.82º70.3%79.22%-
XYZ23.1126.459.76-
YUV127.84169.8579.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.63%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=14.63%
G=36.10%
B=49.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal601482020.700.2700.21202.8257.2651.37
Hex3C94CA461B015cb3933
Octal74224312106330253137163
Binary111100100101001100101010001101101101010111001011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,148,202); }

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

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

 a { background-color: rgb(60,148,202); }

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

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

 span { border-color: rgb(60,148,202); }

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