#3F94C4

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

Shades of Curious Blue #3F94C4

Tints of Curious Blue #3F94C4

Color information

#3F94C4 (or 0x3F94C4) is unknown color: approx Curious Blue. HEX triplet: 3F, 94 and C4. RGB value is (63,148,196). Sum of RGB (Red+Green+Blue) = 63+148+196=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F94C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94C4 is #C06B3B. Grayscale: #7F7F7F. Windows color (decimal): -12610364 or 12883007. OLE color: 12883007.

HSL color Cylindrical-coordinate representation of color #3F94C4: hue angle of 201.65º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F94C4 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB63148196-
CMYK0.680.2400.23
HSL201.65º52.99%50.78%-
HSV(B)201.65º67.86%76.86%-
XYZ22.626.2256.09-
YUV128.06166.3481.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.48%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 196 (76.95% from 255) = 48.16%
R=15.48%
G=36.36%
B=48.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631481960.680.2400.23201.6552.9950.78
Hex3F94C44418017ca3533
Octal77224304104300273126563
Binary111111100101001100010010001001100001011111001010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F94C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,148,196); }

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

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

 a { background-color: rgb(63,148,196); }

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

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

 span { border-color: rgb(63,148,196); }

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